Html Css Color HEX #6E710A Olive

📋 copy color: '#6E710A'

red 110 ◦ green 113 ◦ blue 10

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

Shades of Olive #6E710A

Tints of Olive #6E710A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.29%

R = 47.21%
G = 48.5%
B = 4.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#6E710A (or 0x6E710A) is known color: Olive. HEX triplet: 6E, 71 and 0A. RGB value is (110,113,10). Sum of RGB (Red+Green+Blue) = 110+113+10=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #6E710A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E710A is #918EF5. Grayscale: #646464. Windows color (decimal): -9539318 or 684398. OLE color: 684398.

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

Color convert

RGB 110 113 10 -
CMYK 0.03 0 0.91 0.56
HSL 61.75º 0.84% 0.24% -
HSV(B) 61.75º 0.91% 0.44% -
XYZ 12.39 15.15 2.56 -
YUV 100.36 77.01 134.88 -
System Red Green Blue C M Y K H S L
Decimal 110 113 10 0.03 0 0.91 0.56 61.75 0.84 0.24
Hex 6E 71 A 3 0 5B 38 3E 54 18
Octal 156 161 12 3 0 133 70 76 124 30
Binary 1101110 1110001 1010 11 0 1011011 111000 111110 1010100 11000

Color Harmonies of #6E710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E710A

Black with #6E710A

Text Example


Text Example

White with #6E710A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,113,10); }

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

background-color css

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

 a { background-color: rgb(110,113,10); }

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

border-color css

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

 span { border-color: rgb(110,113,10); }

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