Html Css Color HEX #679112 Olive Drab

📋 copy color: '#679112'

red 103 ◦ green 145 ◦ blue 18

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

Shades of Olive Drab #679112

Tints of Olive Drab #679112

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.51%

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

R = 38.72%
G = 54.51%
B = 6.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#679112 (or 0x679112) is known color: Olive Drab. HEX triplet: 67, 91 and 12. RGB value is (103,145,18). Sum of RGB (Red+Green+Blue) = 103+145+18=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #679112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679112 is #986EED. Grayscale: #767676. Windows color (decimal): -9989870 or 1216871. OLE color: 1216871.

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

Color convert

RGB 103 145 18 -
CMYK 0.29 0 0.88 0.43
HSL 79.84º 0.78% 0.32% -
HSV(B) 79.84º 0.88% 0.57% -
XYZ 15.83 23.18 4.21 -
YUV 117.96 71.59 117.33 -
System Red Green Blue C M Y K H S L
Decimal 103 145 18 0.29 0 0.88 0.43 79.84 0.78 0.32
Hex 67 91 12 1D 0 58 2B 50 4E 20
Octal 147 221 22 35 0 130 53 120 116 40
Binary 1100111 10010001 10010 11101 0 1011000 101011 1010000 1001110 100000

Color Harmonies of #679112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679112

Black with #679112

Text Example


Text Example

White with #679112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679112; }

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

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

background-color css

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

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

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

border-color css

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

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

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