Html Css Color HEX #7A7F00 Olive

📋 copy color: '#7A7F00'

red 122 ◦ green 127 ◦ blue 0

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

Shades of Olive #7A7F00

Tints of Olive #7A7F00

RGB

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

 GREEN value IS 127 (50% from 255) = 51%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49%
G = 51%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#7A7F00 (or 0x7A7F00) is known color: Olive. HEX triplet: 7A, 7F and 00. RGB value is (122,127,0). Sum of RGB (Red+Green+Blue) = 122+127+0=249 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.00% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #7A7F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7F00 is #8580FF. Grayscale: #6F6F6F. Windows color (decimal): -8749312 or 32634. OLE color: 32634.

HSL color Cylindrical-coordinate representation of color #7A7F00: hue angle of 62.36º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A7F00 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB 122 127 0 -
CMYK 0.04 0 1 0.50
HSL 62.36º 1% 0.25% -
HSV(B) 62.36º 1% 0.5% -
XYZ 15.62 19.32 2.91 -
YUV 111.03 65.34 135.83 -
System Red Green Blue C M Y K H S L
Decimal 122 127 0 0.04 0 1 0.50 62.36 1 0.25
Hex 7A 7F 0 4 0 64 32 3E 64 19
Octal 172 177 0 4 0 144 62 76 144 31
Binary 1111010 1111111 0 100 0 1100100 110010 111110 1100100 11001

Color Harmonies of #7A7F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7F00

Black with #7A7F00

Text Example


Text Example

White with #7A7F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,127,0); }

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

background-color css

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

 a { background-color: rgb(122,127,0); }

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

border-color css

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

 span { border-color: rgb(122,127,0); }

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