Html Css Color HEX #7A7501 Olive

📋 copy color: '#7A7501'

red 122 ◦ green 117 ◦ blue 1

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

Shades of Olive #7A7501

Tints of Olive #7A7501

RGB

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

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

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

R = 50.83%
G = 48.75%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#7A7501 (or 0x7A7501) is known color: Olive. HEX triplet: 7A, 75 and 01. RGB value is (122,117,1). Sum of RGB (Red+Green+Blue) = 122+117+1=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7501 is #858AFE. Grayscale: #696969. Windows color (decimal): -8751871 or 95610. OLE color: 95610.

HSL color Cylindrical-coordinate representation of color #7A7501: hue angle of 57.52º 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 #7A7501 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 117 1 -
CMYK 0 0.04 0.99 0.52
HSL 57.52º 0.98% 0.24% -
HSV(B) 57.52º 0.99% 0.48% -
XYZ 14.39 16.86 2.52 -
YUV 105.27 69.16 139.93 -
System Red Green Blue C M Y K H S L
Decimal 122 117 1 0 0.04 0.99 0.52 57.52 0.98 0.24
Hex 7A 75 1 0 4 63 34 3A 62 18
Octal 172 165 1 0 4 143 64 72 142 30
Binary 1111010 1110101 1 0 100 1100011 110100 111010 1100010 11000

Color Harmonies of #7A7501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7501

Black with #7A7501

Text Example


Text Example

White with #7A7501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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