Html Css Color HEX #7E7509 Olive

📋 copy color: '#7E7509'

red 126 ◦ green 117 ◦ blue 9

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

Shades of Olive #7E7509

Tints of Olive #7E7509

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.43%

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

R = 50%
G = 46.43%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.51

RGB Variations

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

Color information

#7E7509 (or 0x7E7509) is known color: Olive. HEX triplet: 7E, 75 and 09. RGB value is (126,117,9). Sum of RGB (Red+Green+Blue) = 126+117+9=252 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7509 is #818AF6. Grayscale: #6B6B6B. Windows color (decimal): -8489719 or 619902. OLE color: 619902.

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

Color convert

RGB 126 117 9 -
CMYK 0 0.07 0.93 0.51
HSL 55.38º 0.87% 0.26% -
HSV(B) 55.38º 0.93% 0.49% -
XYZ 15.01 17.18 2.78 -
YUV 107.38 72.48 141.28 -
System Red Green Blue C M Y K H S L
Decimal 126 117 9 0 0.07 0.93 0.51 55.38 0.87 0.26
Hex 7E 75 9 0 7 5D 33 37 57 1A
Octal 176 165 11 0 7 135 63 67 127 32
Binary 1111110 1110101 1001 0 111 1011101 110011 110111 1010111 11010

Color Harmonies of #7E7509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7509

Black with #7E7509

Text Example


Text Example

White with #7E7509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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