Html Css Color HEX #6F6909 Olive

📋 copy color: '#6F6909'

red 111 ◦ green 105 ◦ blue 9

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

Shades of Olive #6F6909

Tints of Olive #6F6909

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.67%

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

R = 49.33%
G = 46.67%
B = 4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#6F6909 (or 0x6F6909) is known color: Olive. HEX triplet: 6F, 69 and 09. RGB value is (111,105,9). Sum of RGB (Red+Green+Blue) = 111+105+9=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6909 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6909 is #9096F6. Grayscale: #606060. Windows color (decimal): -9475831 or 616815. OLE color: 616815.

HSL color Cylindrical-coordinate representation of color #6F6909: hue angle of 56.47º 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 #6F6909 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 105 9 -
CMYK 0 0.05 0.92 0.56
HSL 56.47º 0.85% 0.24% -
HSV(B) 56.47º 0.92% 0.44% -
XYZ 11.66 13.5 2.25 -
YUV 95.85 78.99 138.81 -
System Red Green Blue C M Y K H S L
Decimal 111 105 9 0 0.05 0.92 0.56 56.47 0.85 0.24
Hex 6F 69 9 0 5 5C 38 38 55 18
Octal 157 151 11 0 5 134 70 70 125 30
Binary 1101111 1101001 1001 0 101 1011100 111000 111000 1010101 11000

Color Harmonies of #6F6909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6909

Black with #6F6909

Text Example


Text Example

White with #6F6909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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