Html Css Color HEX #7A720B Olive

📋 copy color: '#7A720B'

red 122 ◦ green 114 ◦ blue 11

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

Shades of Olive #7A720B

Tints of Olive #7A720B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.45%

R = 49.39%
G = 46.15%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.52

RGB Variations

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

Color information

#7A720B (or 0x7A720B) is known color: Olive. HEX triplet: 7A, 72 and 0B. RGB value is (122,114,11). Sum of RGB (Red+Green+Blue) = 122+114+11=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A720B is #858DF4. Grayscale: #696969. Windows color (decimal): -8752629 or 750202. OLE color: 750202.

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

Color convert

RGB 122 114 11 -
CMYK 0 0.07 0.91 0.52
HSL 55.68º 0.83% 0.26% -
HSV(B) 55.68º 0.91% 0.48% -
XYZ 14.1 16.2 2.7 -
YUV 104.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 122 114 11 0 0.07 0.91 0.52 55.68 0.83 0.26
Hex 7A 72 B 0 7 5B 34 38 53 1A
Octal 172 162 13 0 7 133 64 70 123 32
Binary 1111010 1110010 1011 0 111 1011011 110100 111000 1010011 11010

Color Harmonies of #7A720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A720B

Black with #7A720B

Text Example


Text Example

White with #7A720B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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