#679125

Color #679125 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #679125

Tints of Olive Drab #679125

Color information

#679125 (or 0x679125) is unknown color: approx Olive Drab. HEX triplet: 67, 91 and 25. RGB value is (103,145,37). Sum of RGB (Red+Green+Blue) = 103+145+37=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #679125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679125 is #986EDA. Grayscale: #787878. Windows color (decimal): -9989851 or 2462055. OLE color: 2462055.

HSL color Cylindrical-coordinate representation of color #679125: hue angle of 83.33º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #679125 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB10314537-
CMYK0.2900.740.43
HSL83.33º59.34%35.69%-
HSV(B)83.33º74.48%56.86%-
XYZ16.0523.275.4-
YUV120.1381.09115.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 36.14%
GREEN value IS 145 (57.03% from 255) = 50.88%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=36.14%
G=50.88%
B=12.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal103145370.2900.740.4383.3359.3435.69
Hex6791251D04A2B533b24
Octal14722145350112531237344
Binary11001111001000110010111101010010101010111010011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679125; }

 p { color: rgb(103,145,37); }

 H1.HeaderClassName
 {
   color: #679125;
 }
 .AnyTagClassName
 {
   color: #679125;
 }
</style>
background-color css

<style>
 a { background-color: #679125; }

 a { background-color: rgb(103,145,37); }

 div.DivClassName
 {
   background-color: #679125;
 }
 .BgClassName
 {
   background-color: #679125;
 }
</style>
border-color css

<style>
 span { border-color: #679125; }

 span { border-color: rgb(103,145,37); }

 td.TdClassName
 {
   border-color: #679125;
 }
 .TagClassName
 {
   border-color: #679125;
 }
</style>