Html Css Color HEX #6F870B Olive

📋 copy color: '#6F870B'

red 111 ◦ green 135 ◦ blue 11

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

Shades of Olive #6F870B

Tints of Olive #6F870B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.53%

 BLUE value IS 11 (4.69% from 255) = 4.28%

R = 43.19%
G = 52.53%
B = 4.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#6F870B (or 0x6F870B) is known color: Olive. HEX triplet: 6F, 87 and 0B. RGB value is (111,135,11). Sum of RGB (Red+Green+Blue) = 111+135+11=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #6F870B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F870B is #9078F4. Grayscale: #727272. Windows color (decimal): -9468149 or 755567. OLE color: 755567.

HSL color Cylindrical-coordinate representation of color #6F870B: hue angle of 71.61º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F870B is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 111 135 11 -
CMYK 0.18 0 0.92 0.47
HSL 71.61º 0.85% 0.29% -
HSV(B) 71.61º 0.92% 0.53% -
XYZ 15.28 20.73 3.51 -
YUV 113.69 70.05 126.08 -
System Red Green Blue C M Y K H S L
Decimal 111 135 11 0.18 0 0.92 0.47 71.61 0.85 0.29
Hex 6F 87 B 12 0 5C 2F 48 55 1D
Octal 157 207 13 22 0 134 57 110 125 35
Binary 1101111 10000111 1011 10010 0 1011100 101111 1001000 1010101 11101

Color Harmonies of #6F870B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F870B

Black with #6F870B

Text Example


Text Example

White with #6F870B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,135,11); }

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

background-color css

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

 a { background-color: rgb(111,135,11); }

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

border-color css

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

 span { border-color: rgb(111,135,11); }

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