Html Css Color HEX #7F7A00 Olive

📋 copy color: '#7F7A00'

red 127 ◦ green 122 ◦ blue 0

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

Shades of Olive #7F7A00

Tints of Olive #7F7A00

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

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

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

Color convert

RGB 127 122 0 -
CMYK 0 0.04 1 0.50
HSL 57.64º 1% 0.25% -
HSV(B) 57.64º 1% 0.5% -
XYZ 15.71 18.43 2.73 -
YUV 109.59 66.16 140.42 -
System Red Green Blue C M Y K H S L
Decimal 127 122 0 0 0.04 1 0.50 57.64 1 0.25
Hex 7F 7A 0 0 4 64 32 3A 64 19
Octal 177 172 0 0 4 144 62 72 144 31
Binary 1111111 1111010 0 0 100 1100100 110010 111010 1100100 11001

Color Harmonies of #7F7A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7A00

Black with #7F7A00

Text Example


Text Example

White with #7F7A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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