Html Css Color HEX #6F7119 Olivetone

📋 copy color: '#6F7119'

red 111 ◦ green 113 ◦ blue 25

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

Shades of Olivetone #6F7119

Tints of Olivetone #6F7119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.04%

R = 44.58%
G = 45.38%
B = 10.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#6F7119 (or 0x6F7119) is known color: Olivetone. HEX triplet: 6F, 71 and 19. RGB value is (111,113,25). Sum of RGB (Red+Green+Blue) = 111+113+25=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7119 is #908EE6. Grayscale: #666666. Windows color (decimal): -9473767 or 1667439. OLE color: 1667439.

HSL color Cylindrical-coordinate representation of color #6F7119: hue angle of 61.36º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F7119 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 113 25 -
CMYK 0.02 0 0.78 0.56
HSL 61.36º 0.64% 0.27% -
HSV(B) 61.36º 0.78% 0.44% -
XYZ 12.64 15.26 3.2 -
YUV 102.37 84.34 134.16 -
System Red Green Blue C M Y K H S L
Decimal 111 113 25 0.02 0 0.78 0.56 61.36 0.64 0.27
Hex 6F 71 19 2 0 4E 38 3D 40 1B
Octal 157 161 31 2 0 116 70 75 100 33
Binary 1101111 1110001 11001 10 0 1001110 111000 111101 1000000 11011

Color Harmonies of #6F7119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7119

Black with #6F7119

Text Example


Text Example

White with #6F7119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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