Html Css Color HEX #7E890D Olive

📋 copy color: '#7E890D'

red 126 ◦ green 137 ◦ blue 13

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

Shades of Olive #7E890D

Tints of Olive #7E890D

RGB

 RED value IS 126 (49.61% from 255) = 45.65%

 GREEN value IS 137 (53.91% from 255) = 49.64%

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

R = 45.65%
G = 49.64%
B = 4.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#7E890D (or 0x7E890D) is known color: Olive. HEX triplet: 7E, 89 and 0D. RGB value is (126,137,13). Sum of RGB (Red+Green+Blue) = 126+137+13=276 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.65% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #7E890D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E890D is #8176F2. Grayscale: #787878. Windows color (decimal): -8484595 or 887166. OLE color: 887166.

HSL color Cylindrical-coordinate representation of color #7E890D: hue angle of 65.32º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E890D is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 126 137 13 -
CMYK 0.08 0 0.91 0.46
HSL 65.32º 0.83% 0.29% -
HSV(B) 65.32º 0.91% 0.54% -
XYZ 17.62 22.36 3.77 -
YUV 119.58 67.86 132.58 -
System Red Green Blue C M Y K H S L
Decimal 126 137 13 0.08 0 0.91 0.46 65.32 0.83 0.29
Hex 7E 89 D 8 0 5B 2E 41 53 1D
Octal 176 211 15 10 0 133 56 101 123 35
Binary 1111110 10001001 1101 1000 0 1011011 101110 1000001 1010011 11101

Color Harmonies of #7E890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E890D

Black with #7E890D

Text Example


Text Example

White with #7E890D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E890D; }

 p { color: rgb(126,137,13); }

 H1.HeaderClassName
 {
   color: #7E890D;
 }
 .AnyTagClassName
 {
   color: #7E890D;
 }
</style>

background-color css

<style>
 a { background-color: #7E890D; }

 a { background-color: rgb(126,137,13); }

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

border-color css

<style>
 span { border-color: #7E890D; }

 span { border-color: rgb(126,137,13); }

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