Html Css Color HEX #6F8508 Olive

📋 copy color: '#6F8508'

red 111 ◦ green 133 ◦ blue 8

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

Shades of Olive #6F8508

Tints of Olive #6F8508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.78%

 BLUE value IS 8 (3.52% from 255) = 3.17%

R = 44.05%
G = 52.78%
B = 3.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#6F8508 (or 0x6F8508) is known color: Olive. HEX triplet: 6F, 85 and 08. RGB value is (111,133,8). Sum of RGB (Red+Green+Blue) = 111+133+8=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #6F8508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8508 is #907AF7. Grayscale: #707070. Windows color (decimal): -9468664 or 558447. OLE color: 558447.

HSL color Cylindrical-coordinate representation of color #6F8508: hue angle of 70.56º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F8508 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 111 133 8 -
CMYK 0.17 0 0.94 0.48
HSL 70.56º 0.89% 0.28% -
HSV(B) 70.56º 0.94% 0.52% -
XYZ 14.99 20.17 3.33 -
YUV 112.17 69.21 127.16 -
System Red Green Blue C M Y K H S L
Decimal 111 133 8 0.17 0 0.94 0.48 70.56 0.89 0.28
Hex 6F 85 8 11 0 5E 30 47 59 1C
Octal 157 205 10 21 0 136 60 107 131 34
Binary 1101111 10000101 1000 10001 0 1011110 110000 1000111 1011001 11100

Color Harmonies of #6F8508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8508

Black with #6F8508

Text Example


Text Example

White with #6F8508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,133,8); }

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

background-color css

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

 a { background-color: rgb(111,133,8); }

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

border-color css

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

 span { border-color: rgb(111,133,8); }

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