Html Css Color HEX #7A720E Olive

📋 copy color: '#7A720E'

red 122 ◦ green 114 ◦ blue 14

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

Shades of Olive #7A720E

Tints of Olive #7A720E

RGB

 RED value IS 122 (48.05% from 255) = 48.8%

 GREEN value IS 114 (44.92% from 255) = 45.6%

 BLUE value IS 14 (5.86% from 255) = 5.6%

R = 48.8%
G = 45.6%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#7A720E (or 0x7A720E) is known color: Olive. HEX triplet: 7A, 72 and 0E. RGB value is (122,114,14). Sum of RGB (Red+Green+Blue) = 122+114+14=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A720E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A720E is #858DF1. Grayscale: #696969. Windows color (decimal): -8752626 or 946810. OLE color: 946810.

HSL color Cylindrical-coordinate representation of color #7A720E: hue angle of 55.56º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A720E is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 114 14 -
CMYK 0 0.07 0.89 0.52
HSL 55.56º 0.79% 0.27% -
HSV(B) 55.56º 0.89% 0.48% -
XYZ 14.12 16.2 2.8 -
YUV 104.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 122 114 14 0 0.07 0.89 0.52 55.56 0.79 0.27
Hex 7A 72 E 0 7 59 34 38 4F 1B
Octal 172 162 16 0 7 131 64 70 117 33
Binary 1111010 1110010 1110 0 111 1011001 110100 111000 1001111 11011

Color Harmonies of #7A720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A720E

Black with #7A720E

Text Example


Text Example

White with #7A720E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,114,14); }

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

background-color css

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

 a { background-color: rgb(122,114,14); }

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

border-color css

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

 span { border-color: rgb(122,114,14); }

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