Html Css Color HEX #7E8E0F Olive

📋 copy color: '#7E8E0F'

red 126 ◦ green 142 ◦ blue 15

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

Shades of Olive #7E8E0F

Tints of Olive #7E8E0F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 50.18%

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

R = 44.52%
G = 50.18%
B = 5.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#7E8E0F (or 0x7E8E0F) is known color: Olive. HEX triplet: 7E, 8E and 0F. RGB value is (126,142,15). Sum of RGB (Red+Green+Blue) = 126+142+15=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #7E8E0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8E0F is #8171F0. Grayscale: #7B7B7B. Windows color (decimal): -8483313 or 1019518. OLE color: 1019518.

HSL color Cylindrical-coordinate representation of color #7E8E0F: hue angle of 67.56º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E8E0F is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 142 15 -
CMYK 0.11 0 0.89 0.44
HSL 67.56º 0.81% 0.31% -
HSV(B) 67.56º 0.89% 0.56% -
XYZ 18.36 23.82 4.08 -
YUV 122.74 67.2 130.33 -
System Red Green Blue C M Y K H S L
Decimal 126 142 15 0.11 0 0.89 0.44 67.56 0.81 0.31
Hex 7E 8E F B 0 59 2C 44 51 1F
Octal 176 216 17 13 0 131 54 104 121 37
Binary 1111110 10001110 1111 1011 0 1011001 101100 1000100 1010001 11111

Color Harmonies of #7E8E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8E0F

Black with #7E8E0F

Text Example


Text Example

White with #7E8E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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