Html Css Color HEX #7F7A01 Olive

📋 copy color: '#7F7A01'

red 127 ◦ green 122 ◦ blue 1

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

Shades of Olive #7F7A01

Tints of Olive #7F7A01

RGB

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

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

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

R = 50.8%
G = 48.8%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#7F7A01 (or 0x7F7A01) is known color: Olive. HEX triplet: 7F, 7A and 01. RGB value is (127,122,1). Sum of RGB (Red+Green+Blue) = 127+122+1=250 (33% of max value = 765). Red value is 127 (50% from 255 or 50.8% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7A01 is #8085FE. Grayscale: #6E6E6E. Windows color (decimal): -8422911 or 96895. OLE color: 96895.

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

Color convert

RGB 127 122 1 -
CMYK 0 0.04 0.99 0.50
HSL 57.62º 0.98% 0.25% -
HSV(B) 57.62º 0.99% 0.5% -
XYZ 15.72 18.43 2.76 -
YUV 109.7 66.66 140.34 -
System Red Green Blue C M Y K H S L
Decimal 127 122 1 0 0.04 0.99 0.50 57.62 0.98 0.25
Hex 7F 7A 1 0 4 63 32 3A 62 19
Octal 177 172 1 0 4 143 62 72 142 31
Binary 1111111 1111010 1 0 100 1100011 110010 111010 1100010 11001

Color Harmonies of #7F7A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7A01

Black with #7F7A01

Text Example


Text Example

White with #7F7A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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