Html Css Color HEX #7E6602 Olive

📋 copy color: '#7E6602'

red 126 ◦ green 102 ◦ blue 2

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

Shades of Olive #7E6602

Tints of Olive #7E6602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.35%

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

R = 54.78%
G = 44.35%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7E6602 (or 0x7E6602) is known color: Olive. HEX triplet: 7E, 66 and 02. RGB value is (126,102,2). Sum of RGB (Red+Green+Blue) = 126+102+2=230 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.78% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6602 is #8199FD. Grayscale: #626262. Windows color (decimal): -8493566 or 157310. OLE color: 157310.

HSL color Cylindrical-coordinate representation of color #7E6602: hue angle of 48.39º 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 #7E6602 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 102 2 -
CMYK 0 0.19 0.98 0.51
HSL 48.39º 0.97% 0.25% -
HSV(B) 48.39º 0.98% 0.49% -
XYZ 13.37 13.94 2.04 -
YUV 97.78 73.95 148.13 -
System Red Green Blue C M Y K H S L
Decimal 126 102 2 0 0.19 0.98 0.51 48.39 0.97 0.25
Hex 7E 66 2 0 13 62 33 30 61 19
Octal 176 146 2 0 23 142 63 60 141 31
Binary 1111110 1100110 10 0 10011 1100010 110011 110000 1100001 11001

Color Harmonies of #7E6602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6602

Black with #7E6602

Text Example


Text Example

White with #7E6602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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