Html Css Color HEX #6E701F Olivetone

📋 copy color: '#6E701F'

red 110 ◦ green 112 ◦ blue 31

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

Shades of Olivetone #6E701F

Tints of Olivetone #6E701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.25%

R = 43.48%
G = 44.27%
B = 12.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6E701F (or 0x6E701F) is known color: Olivetone. HEX triplet: 6E, 70 and 1F. RGB value is (110,112,31). Sum of RGB (Red+Green+Blue) = 110+112+31=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #6E701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E701F is #918FE0. Grayscale: #666666. Windows color (decimal): -9539553 or 2060398. OLE color: 2060398.

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

Color convert

RGB 110 112 31 -
CMYK 0.02 0 0.72 0.56
HSL 61.48º 0.57% 0.28% -
HSV(B) 61.48º 0.72% 0.44% -
XYZ 12.47 15 3.53 -
YUV 102.17 87.84 133.59 -
System Red Green Blue C M Y K H S L
Decimal 110 112 31 0.02 0 0.72 0.56 61.48 0.57 0.28
Hex 6E 70 1F 2 0 48 38 3D 39 1C
Octal 156 160 37 2 0 110 70 75 71 34
Binary 1101110 1110000 11111 10 0 1001000 111000 111101 111001 11100

Color Harmonies of #6E701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E701F

Black with #6E701F

Text Example


Text Example

White with #6E701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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