Html Css Color HEX #6F6C17 Olivetone

📋 copy color: '#6F6C17'

red 111 ◦ green 108 ◦ blue 23

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

Shades of Olivetone #6F6C17

Tints of Olivetone #6F6C17

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.63%

 BLUE value IS 23 (9.38% from 255) = 9.5%

R = 45.87%
G = 44.63%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#6F6C17 (or 0x6F6C17) is known color: Olivetone. HEX triplet: 6F, 6C and 17. RGB value is (111,108,23). Sum of RGB (Red+Green+Blue) = 111+108+23=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6C17 is #9093E8. Grayscale: #636363. Windows color (decimal): -9475049 or 1535087. OLE color: 1535087.

HSL color Cylindrical-coordinate representation of color #6F6C17: hue angle of 57.95º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F6C17 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 108 23 -
CMYK 0 0.03 0.79 0.56
HSL 57.95º 0.66% 0.26% -
HSV(B) 57.95º 0.79% 0.44% -
XYZ 12.07 14.17 2.91 -
YUV 99.21 84.99 136.41 -
System Red Green Blue C M Y K H S L
Decimal 111 108 23 0 0.03 0.79 0.56 57.95 0.66 0.26
Hex 6F 6C 17 0 3 4F 38 3A 42 1A
Octal 157 154 27 0 3 117 70 72 102 32
Binary 1101111 1101100 10111 0 11 1001111 111000 111010 1000010 11010

Color Harmonies of #6F6C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6C17

Black with #6F6C17

Text Example


Text Example

White with #6F6C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,108,23); }

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

background-color css

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

 a { background-color: rgb(111,108,23); }

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

border-color css

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

 span { border-color: rgb(111,108,23); }

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