Html Css Color HEX #6F710B Olive

📋 copy color: '#6F710B'

red 111 ◦ green 113 ◦ blue 11

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

Shades of Olive #6F710B

Tints of Olive #6F710B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.09%

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

R = 47.23%
G = 48.09%
B = 4.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#6F710B (or 0x6F710B) is known color: Olive. HEX triplet: 6F, 71 and 0B. RGB value is (111,113,11). Sum of RGB (Red+Green+Blue) = 111+113+11=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #6F710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F710B is #908EF4. Grayscale: #656565. Windows color (decimal): -9473781 or 749935. OLE color: 749935.

HSL color Cylindrical-coordinate representation of color #6F710B: hue angle of 61.18º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F710B is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 113 11 -
CMYK 0.02 0 0.90 0.56
HSL 61.18º 0.82% 0.24% -
HSV(B) 61.18º 0.9% 0.44% -
XYZ 12.52 15.21 2.59 -
YUV 100.77 77.34 135.29 -
System Red Green Blue C M Y K H S L
Decimal 111 113 11 0.02 0 0.90 0.56 61.18 0.82 0.24
Hex 6F 71 B 2 0 5A 38 3D 52 18
Octal 157 161 13 2 0 132 70 75 122 30
Binary 1101111 1110001 1011 10 0 1011010 111000 111101 1010010 11000

Color Harmonies of #6F710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F710B

Black with #6F710B

Text Example


Text Example

White with #6F710B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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