Html Css Color HEX #6E6F14 Olivetone

📋 copy color: '#6E6F14'

red 110 ◦ green 111 ◦ blue 20

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

Shades of Olivetone #6E6F14

Tints of Olivetone #6E6F14

RGB

 RED value IS 110 (43.36% from 255) = 45.64%

 GREEN value IS 111 (43.75% from 255) = 46.06%

 BLUE value IS 20 (8.2% from 255) = 8.3%

R = 45.64%
G = 46.06%
B = 8.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#6E6F14 (or 0x6E6F14) is known color: Olivetone. HEX triplet: 6E, 6F and 14. RGB value is (110,111,20). Sum of RGB (Red+Green+Blue) = 110+111+20=241 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.64% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 111 - color contains mainly: green. Hex color #6E6F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6F14 is #9190EB. Grayscale: #646464. Windows color (decimal): -9539820 or 1339246. OLE color: 1339246.

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

Color convert

RGB 110 111 20 -
CMYK 0.01 0 0.82 0.56
HSL 60.66º 0.69% 0.26% -
HSV(B) 60.66º 0.82% 0.44% -
XYZ 12.24 14.73 2.86 -
YUV 100.33 82.67 134.9 -
System Red Green Blue C M Y K H S L
Decimal 110 111 20 0.01 0 0.82 0.56 60.66 0.69 0.26
Hex 6E 6F 14 1 0 52 38 3D 45 1A
Octal 156 157 24 1 0 122 70 75 105 32
Binary 1101110 1101111 10100 1 0 1010010 111000 111101 1000101 11010

Color Harmonies of #6E6F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6F14

Black with #6E6F14

Text Example


Text Example

White with #6E6F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,111,20); }

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

background-color css

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

 a { background-color: rgb(110,111,20); }

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

border-color css

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

 span { border-color: rgb(110,111,20); }

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