Html Css Color HEX #7A7301 Olive

📋 copy color: '#7A7301'

red 122 ◦ green 115 ◦ blue 1

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

Shades of Olive #7A7301

Tints of Olive #7A7301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.32%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 51.26%
G = 48.32%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#7A7301 (or 0x7A7301) is known color: Olive. HEX triplet: 7A, 73 and 01. RGB value is (122,115,1). Sum of RGB (Red+Green+Blue) = 122+115+1=238 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.26% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7301 is #858CFE. Grayscale: #686868. Windows color (decimal): -8752383 or 95098. OLE color: 95098.

HSL color Cylindrical-coordinate representation of color #7A7301: hue angle of 56.53º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A7301 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 115 1 -
CMYK 0 0.06 0.99 0.52
HSL 56.53º 0.98% 0.24% -
HSV(B) 56.53º 0.99% 0.48% -
XYZ 14.16 16.4 2.45 -
YUV 104.1 69.82 140.77 -
System Red Green Blue C M Y K H S L
Decimal 122 115 1 0 0.06 0.99 0.52 56.53 0.98 0.24
Hex 7A 73 1 0 6 63 34 39 62 18
Octal 172 163 1 0 6 143 64 71 142 30
Binary 1111010 1110011 1 0 110 1100011 110100 111001 1100010 11000

Color Harmonies of #7A7301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7301

Black with #7A7301

Text Example


Text Example

White with #7A7301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,115,1); }

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

background-color css

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

 a { background-color: rgb(122,115,1); }

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

border-color css

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

 span { border-color: rgb(122,115,1); }

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