Html Css Color HEX #679412 Olive Drab

📋 copy color: '#679412'

red 103 ◦ green 148 ◦ blue 18

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

Shades of Olive Drab #679412

Tints of Olive Drab #679412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.02%

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

R = 38.29%
G = 55.02%
B = 6.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#679412 (or 0x679412) is known color: Olive Drab. HEX triplet: 67, 94 and 12. RGB value is (103,148,18). Sum of RGB (Red+Green+Blue) = 103+148+18=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #679412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679412 is #986BED. Grayscale: #787878. Windows color (decimal): -9989102 or 1217639. OLE color: 1217639.

HSL color Cylindrical-coordinate representation of color #679412: hue angle of 80.77º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #679412 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 148 18 -
CMYK 0.30 0 0.88 0.42
HSL 80.77º 0.78% 0.33% -
HSV(B) 80.77º 0.88% 0.58% -
XYZ 16.29 24.11 4.37 -
YUV 119.73 70.59 116.07 -
System Red Green Blue C M Y K H S L
Decimal 103 148 18 0.30 0 0.88 0.42 80.77 0.78 0.33
Hex 67 94 12 1E 0 58 2A 51 4E 21
Octal 147 224 22 36 0 130 52 121 116 41
Binary 1100111 10010100 10010 11110 0 1011000 101010 1010001 1001110 100001

Color Harmonies of #679412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679412

Black with #679412

Text Example


Text Example

White with #679412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679412; }

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

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

background-color css

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

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

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

border-color css

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

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

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