Html Css Color HEX #7E7802 Olive

📋 copy color: '#7E7802'

red 126 ◦ green 120 ◦ blue 2

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

Shades of Olive #7E7802

Tints of Olive #7E7802

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.39%

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

R = 50.81%
G = 48.39%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7E7802 (or 0x7E7802) is known color: Olive. HEX triplet: 7E, 78 and 02. RGB value is (126,120,2). Sum of RGB (Red+Green+Blue) = 126+120+2=248 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.81% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7802 is #8187FD. Grayscale: #6C6C6C. Windows color (decimal): -8488958 or 161918. OLE color: 161918.

HSL color Cylindrical-coordinate representation of color #7E7802: hue angle of 57.1º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E7802 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 120 2 -
CMYK 0 0.05 0.98 0.51
HSL 57.1º 0.97% 0.25% -
HSV(B) 57.1º 0.98% 0.49% -
XYZ 15.33 17.87 2.7 -
YUV 108.34 67.99 140.59 -
System Red Green Blue C M Y K H S L
Decimal 126 120 2 0 0.05 0.98 0.51 57.1 0.97 0.25
Hex 7E 78 2 0 5 62 33 39 61 19
Octal 176 170 2 0 5 142 63 71 141 31
Binary 1111110 1111000 10 0 101 1100010 110011 111001 1100001 11001

Color Harmonies of #7E7802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7802

Black with #7E7802

Text Example


Text Example

White with #7E7802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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