Html Css Color HEX #7E8702 Olive

📋 copy color: '#7E8702'

red 126 ◦ green 135 ◦ blue 2

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

Shades of Olive #7E8702

Tints of Olive #7E8702

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.33%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 47.91%
G = 51.33%
B = 0.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#7E8702 (or 0x7E8702) is known color: Olive. HEX triplet: 7E, 87 and 02. RGB value is (126,135,2). Sum of RGB (Red+Green+Blue) = 126+135+2=263 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.91% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #7E8702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8702 is #8178FD. Grayscale: #757575. Windows color (decimal): -8485118 or 165758. OLE color: 165758.

HSL color Cylindrical-coordinate representation of color #7E8702: hue angle of 64.06º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E8702 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 126 135 2 -
CMYK 0.07 0 0.99 0.47
HSL 64.06º 0.97% 0.27% -
HSV(B) 64.06º 0.99% 0.53% -
XYZ 17.28 21.77 3.35 -
YUV 117.15 63.02 134.31 -
System Red Green Blue C M Y K H S L
Decimal 126 135 2 0.07 0 0.99 0.47 64.06 0.97 0.27
Hex 7E 87 2 7 0 63 2F 40 61 1B
Octal 176 207 2 7 0 143 57 100 141 33
Binary 1111110 10000111 10 111 0 1100011 101111 1000000 1100001 11011

Color Harmonies of #7E8702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8702

Black with #7E8702

Text Example


Text Example

White with #7E8702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,135,2); }

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

background-color css

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

 a { background-color: rgb(126,135,2); }

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

border-color css

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

 span { border-color: rgb(126,135,2); }

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