Html Css Color HEX #6E701E Olivetone

📋 copy color: '#6E701E'

red 110 ◦ green 112 ◦ blue 30

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

Shades of Olivetone #6E701E

Tints of Olivetone #6E701E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.44%

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 43.65%
G = 44.44%
B = 11.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#6E701E (or 0x6E701E) is known color: Olivetone. HEX triplet: 6E, 70 and 1E. RGB value is (110,112,30). Sum of RGB (Red+Green+Blue) = 110+112+30=252 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.65% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #6E701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E701E is #918FE1. Grayscale: #666666. Windows color (decimal): -9539554 or 1994862. OLE color: 1994862.

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

Color convert

RGB 110 112 30 -
CMYK 0.02 0 0.73 0.56
HSL 61.46º 0.58% 0.28% -
HSV(B) 61.46º 0.73% 0.44% -
XYZ 12.46 15 3.47 -
YUV 102.05 87.34 133.67 -
System Red Green Blue C M Y K H S L
Decimal 110 112 30 0.02 0 0.73 0.56 61.46 0.58 0.28
Hex 6E 70 1E 2 0 49 38 3D 3A 1C
Octal 156 160 36 2 0 111 70 75 72 34
Binary 1101110 1110000 11110 10 0 1001001 111000 111101 111010 11100

Color Harmonies of #6E701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E701E

Black with #6E701E

Text Example


Text Example

White with #6E701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,112,30); }

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

background-color css

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

 a { background-color: rgb(110,112,30); }

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

border-color css

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

 span { border-color: rgb(110,112,30); }

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