Html Css Color HEX #6F910C Olive Drab

📋 copy color: '#6F910C'

red 111 ◦ green 145 ◦ blue 12

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

Shades of Olive Drab #6F910C

Tints of Olive Drab #6F910C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.48%

R = 41.42%
G = 54.1%
B = 4.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#6F910C (or 0x6F910C) is known color: Olive Drab. HEX triplet: 6F, 91 and 0C. RGB value is (111,145,12). Sum of RGB (Red+Green+Blue) = 111+145+12=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #6F910C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F910C is #906EF3. Grayscale: #787878. Windows color (decimal): -9465588 or 823663. OLE color: 823663.

HSL color Cylindrical-coordinate representation of color #6F910C: hue angle of 75.34º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F910C is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 145 12 -
CMYK 0.23 0 0.92 0.43
HSL 75.34º 0.85% 0.31% -
HSV(B) 75.34º 0.92% 0.57% -
XYZ 16.75 23.66 4.03 -
YUV 119.67 67.24 121.81 -
System Red Green Blue C M Y K H S L
Decimal 111 145 12 0.23 0 0.92 0.43 75.34 0.85 0.31
Hex 6F 91 C 17 0 5C 2B 4B 55 1F
Octal 157 221 14 27 0 134 53 113 125 37
Binary 1101111 10010001 1100 10111 0 1011100 101011 1001011 1010101 11111

Color Harmonies of #6F910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F910C

Black with #6F910C

Text Example


Text Example

White with #6F910C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,145,12); }

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

background-color css

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

 a { background-color: rgb(111,145,12); }

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

border-color css

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

 span { border-color: rgb(111,145,12); }

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