Html Css Color HEX #7E810F Olive

📋 copy color: '#7E810F'

red 126 ◦ green 129 ◦ blue 15

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

Shades of Olive #7E810F

Tints of Olive #7E810F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.78%

 BLUE value IS 15 (6.25% from 255) = 5.56%

R = 46.67%
G = 47.78%
B = 5.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#7E810F (or 0x7E810F) is known color: Olive. HEX triplet: 7E, 81 and 0F. RGB value is (126,129,15). Sum of RGB (Red+Green+Blue) = 126+129+15=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #7E810F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E810F is #817EF0. Grayscale: #737373. Windows color (decimal): -8486641 or 1016190. OLE color: 1016190.

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

Color convert

RGB 126 129 15 -
CMYK 0.02 0 0.88 0.49
HSL 61.58º 0.79% 0.28% -
HSV(B) 61.58º 0.88% 0.51% -
XYZ 16.54 20.17 3.47 -
YUV 115.11 71.51 135.77 -
System Red Green Blue C M Y K H S L
Decimal 126 129 15 0.02 0 0.88 0.49 61.58 0.79 0.28
Hex 7E 81 F 2 0 58 31 3E 4F 1C
Octal 176 201 17 2 0 130 61 76 117 34
Binary 1111110 10000001 1111 10 0 1011000 110001 111110 1001111 11100

Color Harmonies of #7E810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E810F

Black with #7E810F

Text Example


Text Example

White with #7E810F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,129,15); }

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

background-color css

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

 a { background-color: rgb(126,129,15); }

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

border-color css

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

 span { border-color: rgb(126,129,15); }

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