#679918

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

Shades of Olive Drab #679918

Tints of Olive Drab #679918

Color information

#679918 (or 0x679918) is unknown color: approx Olive Drab. HEX triplet: 67, 99 and 18. RGB value is (103,153,24). Sum of RGB (Red+Green+Blue) = 103+153+24=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #679918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679918 is #9866E7. Grayscale: #7B7B7B. Windows color (decimal): -9987816 or 1612135. OLE color: 1612135.

HSL color Cylindrical-coordinate representation of color #679918: hue angle of 83.26º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #679918 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB10315324-
CMYK0.3300.840.4
HSL83.26º72.88%34.71%-
HSV(B)83.26º84.31%60%-
XYZ17.1525.734.93-
YUV123.3471.94113.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.79%
GREEN value IS 153 (60.16% from 255) = 54.64%
BLUE value IS 24 (9.77% from 255) = 8.57%
R=36.79%
G=54.64%
B=8.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal103153240.3300.840.483.2672.8834.71
Hex6799182105428534923
Octal147231304101245012311143
Binary110011110011001110001000010101010010100010100111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679918; }

 p { color: rgb(103,153,24); }

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

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

 a { background-color: rgb(103,153,24); }

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

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

 span { border-color: rgb(103,153,24); }

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