Html Css Color HEX #7E7609 Olive

📋 copy color: '#7E7609'

red 126 ◦ green 118 ◦ blue 9

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

Shades of Olive #7E7609

Tints of Olive #7E7609

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.64%

 BLUE value IS 9 (3.91% from 255) = 3.56%

R = 49.8%
G = 46.64%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.51

RGB Variations

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

Color information

#7E7609 (or 0x7E7609) is known color: Olive. HEX triplet: 7E, 76 and 09. RGB value is (126,118,9). Sum of RGB (Red+Green+Blue) = 126+118+9=253 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.80% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7609 is #8189F6. Grayscale: #6C6C6C. Windows color (decimal): -8489463 or 620158. OLE color: 620158.

HSL color Cylindrical-coordinate representation of color #7E7609: hue angle of 55.9º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E7609 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 118 9 -
CMYK 0 0.06 0.93 0.51
HSL 55.9º 0.87% 0.26% -
HSV(B) 55.9º 0.93% 0.49% -
XYZ 15.13 17.41 2.82 -
YUV 107.97 72.15 140.86 -
System Red Green Blue C M Y K H S L
Decimal 126 118 9 0 0.06 0.93 0.51 55.9 0.87 0.26
Hex 7E 76 9 0 6 5D 33 38 57 1A
Octal 176 166 11 0 6 135 63 70 127 32
Binary 1111110 1110110 1001 0 110 1011101 110011 111000 1010111 11010

Color Harmonies of #7E7609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7609

Black with #7E7609

Text Example


Text Example

White with #7E7609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,118,9); }

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

background-color css

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

 a { background-color: rgb(126,118,9); }

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

border-color css

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

 span { border-color: rgb(126,118,9); }

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