Html Css Color HEX #6F9612 Olive Drab

📋 copy color: '#6F9612'

red 111 ◦ green 150 ◦ blue 18

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

Shades of Olive Drab #6F9612

Tints of Olive Drab #6F9612

RGB

 RED value IS 111 (43.75% from 255) = 39.78%

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

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

R = 39.78%
G = 53.76%
B = 6.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#6F9612 (or 0x6F9612) is known color: Olive Drab. HEX triplet: 6F, 96 and 12. RGB value is (111,150,18). Sum of RGB (Red+Green+Blue) = 111+150+18=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #6F9612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9612 is #9069ED. Grayscale: #7B7B7B. Windows color (decimal): -9464302 or 1218159. OLE color: 1218159.

HSL color Cylindrical-coordinate representation of color #6F9612: hue angle of 77.73º 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 #6F9612 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 111 150 18 -
CMYK 0.26 0 0.88 0.41
HSL 77.73º 0.79% 0.33% -
HSV(B) 77.73º 0.88% 0.59% -
XYZ 17.57 25.24 4.52 -
YUV 123.29 68.58 119.23 -
System Red Green Blue C M Y K H S L
Decimal 111 150 18 0.26 0 0.88 0.41 77.73 0.79 0.33
Hex 6F 96 12 1A 0 58 29 4E 4F 21
Octal 157 226 22 32 0 130 51 116 117 41
Binary 1101111 10010110 10010 11010 0 1011000 101001 1001110 1001111 100001

Color Harmonies of #6F9612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9612

Black with #6F9612

Text Example


Text Example

White with #6F9612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F9612; }

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

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

background-color css

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

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

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

border-color css

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

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

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