Html Css Color HEX #7E820B Olive

📋 copy color: '#7E820B'

red 126 ◦ green 130 ◦ blue 11

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

Shades of Olive #7E820B

Tints of Olive #7E820B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.69%

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 47.19%
G = 48.69%
B = 4.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#7E820B (or 0x7E820B) is known color: Olive. HEX triplet: 7E, 82 and 0B. RGB value is (126,130,11). Sum of RGB (Red+Green+Blue) = 126+130+11=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #7E820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E820B is #817DF4. Grayscale: #737373. Windows color (decimal): -8486389 or 754302. OLE color: 754302.

HSL color Cylindrical-coordinate representation of color #7E820B: hue angle of 62.02º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7E820B is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 126 130 11 -
CMYK 0.03 0 0.92 0.49
HSL 62.02º 0.84% 0.28% -
HSV(B) 62.02º 0.92% 0.51% -
XYZ 16.65 20.43 3.38 -
YUV 115.24 69.17 135.68 -
System Red Green Blue C M Y K H S L
Decimal 126 130 11 0.03 0 0.92 0.49 62.02 0.84 0.28
Hex 7E 82 B 3 0 5C 31 3E 54 1C
Octal 176 202 13 3 0 134 61 76 124 34
Binary 1111110 10000010 1011 11 0 1011100 110001 111110 1010100 11100

Color Harmonies of #7E820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E820B

Black with #7E820B

Text Example


Text Example

White with #7E820B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,130,11); }

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

background-color css

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

 a { background-color: rgb(126,130,11); }

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

border-color css

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

 span { border-color: rgb(126,130,11); }

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