Html Css Color HEX #679612 Olive Drab

📋 copy color: '#679612'

red 103 ◦ green 150 ◦ blue 18

#679612
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #679612

Tints of Olive Drab #679612

RGB

 RED value IS 103 (40.63% from 255) = 38.01%

 GREEN value IS 150 (58.98% from 255) = 55.35%

 BLUE value IS 18 (7.42% from 255) = 6.64%

R = 38.01%
G = 55.35%
B = 6.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#679612 (or 0x679612) is known color: Olive Drab. HEX triplet: 67, 96 and 12. RGB value is (103,150,18). Sum of RGB (Red+Green+Blue) = 103+150+18=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #679612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679612 is #9869ED. Grayscale: #797979. Windows color (decimal): -9988590 or 1218151. OLE color: 1218151.

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

Color convert

RGB 103 150 18 -
CMYK 0.31 0 0.88 0.41
HSL 81.36º 0.79% 0.33% -
HSV(B) 81.36º 0.88% 0.59% -
XYZ 16.61 24.74 4.47 -
YUV 120.9 69.93 115.23 -
System Red Green Blue C M Y K H S L
Decimal 103 150 18 0.31 0 0.88 0.41 81.36 0.79 0.33
Hex 67 96 12 1F 0 58 29 51 4F 21
Octal 147 226 22 37 0 130 51 121 117 41
Binary 1100111 10010110 10010 11111 0 1011000 101001 1010001 1001111 100001

Color Harmonies of #679612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679612

Black with #679612

Text Example


Text Example

White with #679612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679612; }

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

 H1.HeaderClassName
 {
   color: #679612;
 }
 .AnyTagClassName
 {
   color: #679612;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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