Html Css Color HEX #6F7009 Olive

📋 copy color: '#6F7009'

red 111 ◦ green 112 ◦ blue 9

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

Shades of Olive #6F7009

Tints of Olive #6F7009

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.28%

 BLUE value IS 9 (3.91% from 255) = 3.88%

R = 47.84%
G = 48.28%
B = 3.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#6F7009 (or 0x6F7009) is known color: Olive. HEX triplet: 6F, 70 and 09. RGB value is (111,112,9). Sum of RGB (Red+Green+Blue) = 111+112+9=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7009 is #908FF6. Grayscale: #646464. Windows color (decimal): -9474039 or 618607. OLE color: 618607.

HSL color Cylindrical-coordinate representation of color #6F7009: hue angle of 60.58º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F7009 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 112 9 -
CMYK 0.01 0 0.92 0.56
HSL 60.58º 0.85% 0.24% -
HSV(B) 60.58º 0.92% 0.44% -
XYZ 12.4 14.99 2.5 -
YUV 99.96 76.67 135.88 -
System Red Green Blue C M Y K H S L
Decimal 111 112 9 0.01 0 0.92 0.56 60.58 0.85 0.24
Hex 6F 70 9 1 0 5C 38 3D 55 18
Octal 157 160 11 1 0 134 70 75 125 30
Binary 1101111 1110000 1001 1 0 1011100 111000 111101 1010101 11000

Color Harmonies of #6F7009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7009

Black with #6F7009

Text Example


Text Example

White with #6F7009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,112,9); }

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

background-color css

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

 a { background-color: rgb(111,112,9); }

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

border-color css

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

 span { border-color: rgb(111,112,9); }

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