Html Css Color HEX #7E8603 Olive

📋 copy color: '#7E8603'

red 126 ◦ green 134 ◦ blue 3

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

Shades of Olive #7E8603

Tints of Olive #7E8603

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.95%

 BLUE value IS 3 (1.56% from 255) = 1.14%

R = 47.91%
G = 50.95%
B = 1.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#7E8603 (or 0x7E8603) is known color: Olive. HEX triplet: 7E, 86 and 03. RGB value is (126,134,3). Sum of RGB (Red+Green+Blue) = 126+134+3=263 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.91% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8603 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8603 is #8179FC. Grayscale: #757575. Windows color (decimal): -8485373 or 231038. OLE color: 231038.

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

Color convert

RGB 126 134 3 -
CMYK 0.06 0 0.98 0.47
HSL 63.66º 0.96% 0.27% -
HSV(B) 63.66º 0.98% 0.53% -
XYZ 17.15 21.49 3.33 -
YUV 116.67 63.85 134.65 -
System Red Green Blue C M Y K H S L
Decimal 126 134 3 0.06 0 0.98 0.47 63.66 0.96 0.27
Hex 7E 86 3 6 0 62 2F 40 60 1B
Octal 176 206 3 6 0 142 57 100 140 33
Binary 1111110 10000110 11 110 0 1100010 101111 1000000 1100000 11011

Color Harmonies of #7E8603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8603

Black with #7E8603

Text Example


Text Example

White with #7E8603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,134,3); }

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

background-color css

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

 a { background-color: rgb(126,134,3); }

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

border-color css

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

 span { border-color: rgb(126,134,3); }

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