Html Css Color HEX #6E770D Olive

📋 copy color: '#6E770D'

red 110 ◦ green 119 ◦ blue 13

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

Shades of Olive #6E770D

Tints of Olive #6E770D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.17%

 BLUE value IS 13 (5.47% from 255) = 5.37%

R = 45.45%
G = 49.17%
B = 5.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#6E770D (or 0x6E770D) is known color: Olive. HEX triplet: 6E, 77 and 0D. RGB value is (110,119,13). Sum of RGB (Red+Green+Blue) = 110+119+13=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #6E770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E770D is #9188F2. Grayscale: #686868. Windows color (decimal): -9537779 or 882542. OLE color: 882542.

HSL color Cylindrical-coordinate representation of color #6E770D: hue angle of 65.09º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E770D is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 119 13 -
CMYK 0.08 0 0.89 0.53
HSL 65.09º 0.8% 0.26% -
HSV(B) 65.09º 0.89% 0.47% -
XYZ 13.1 16.54 2.88 -
YUV 104.23 76.52 132.12 -
System Red Green Blue C M Y K H S L
Decimal 110 119 13 0.08 0 0.89 0.53 65.09 0.8 0.26
Hex 6E 77 D 8 0 59 35 41 50 1A
Octal 156 167 15 10 0 131 65 101 120 32
Binary 1101110 1110111 1101 1000 0 1011001 110101 1000001 1010000 11010

Color Harmonies of #6E770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E770D

Black with #6E770D

Text Example


Text Example

White with #6E770D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,119,13); }

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

background-color css

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

 a { background-color: rgb(110,119,13); }

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

border-color css

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

 span { border-color: rgb(110,119,13); }

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