#679619

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

Shades of Olive Drab #679619

Tints of Olive Drab #679619

Color information

#679619 (or 0x679619) is unknown color: approx Olive Drab. HEX triplet: 67, 96 and 19. RGB value is (103,150,25). Sum of RGB (Red+Green+Blue) = 103+150+25=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 150 (58.98% from 255 or 53.96% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 150 - color contains mainly: green. Hex color #679619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679619 is #9869E6. Grayscale: #7A7A7A. Windows color (decimal): -9988583 or 1676903. OLE color: 1676903.

HSL color Cylindrical-coordinate representation of color #679619: hue angle of 82.56º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #679619 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB10315025-
CMYK0.3100.830.41
HSL82.56º71.43%34.31%-
HSV(B)82.56º83.33%58.82%-
XYZ16.6824.774.82-
YUV121.773.43114.66-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.05%
GREEN value IS 150 (58.98% from 255) = 53.96%
BLUE value IS 25 (10.16% from 255) = 8.99%
R=37.05%
G=53.96%
B=8.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal103150250.3100.830.4182.5671.4334.31
Hex6796191F05329534722
Octal147226313701235112310742
Binary11001111001011011001111110101001110100110100111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679619; }

 p { color: rgb(103,150,25); }

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

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

 a { background-color: rgb(103,150,25); }

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

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

 span { border-color: rgb(103,150,25); }

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