Html Css Color HEX #6E700A Olive

📋 copy color: '#6E700A'

red 110 ◦ green 112 ◦ blue 10

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

Shades of Olive #6E700A

Tints of Olive #6E700A

RGB

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

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

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

R = 47.41%
G = 48.28%
B = 4.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#6E700A (or 0x6E700A) is known color: Olive. HEX triplet: 6E, 70 and 0A. RGB value is (110,112,10). Sum of RGB (Red+Green+Blue) = 110+112+10=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #6E700A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E700A is #918FF5. Grayscale: #646464. Windows color (decimal): -9539574 or 684142. OLE color: 684142.

HSL color Cylindrical-coordinate representation of color #6E700A: hue angle of 61.18º 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 #6E700A is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 112 10 -
CMYK 0.02 0 0.91 0.56
HSL 61.18º 0.84% 0.24% -
HSV(B) 61.18º 0.91% 0.44% -
XYZ 12.28 14.93 2.52 -
YUV 99.77 77.34 135.29 -
System Red Green Blue C M Y K H S L
Decimal 110 112 10 0.02 0 0.91 0.56 61.18 0.84 0.24
Hex 6E 70 A 2 0 5B 38 3D 54 18
Octal 156 160 12 2 0 133 70 75 124 30
Binary 1101110 1110000 1010 10 0 1011011 111000 111101 1010100 11000

Color Harmonies of #6E700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E700A

Black with #6E700A

Text Example


Text Example

White with #6E700A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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