Html Css Color HEX #7F9801 Olive

📋 copy color: '#7F9801'

red 127 ◦ green 152 ◦ blue 1

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

Shades of Olive #7F9801

Tints of Olive #7F9801

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.29%

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

R = 45.36%
G = 54.29%
B = 0.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#7F9801 (or 0x7F9801) is known color: Olive. HEX triplet: 7F, 98 and 01. RGB value is (127,152,1). Sum of RGB (Red+Green+Blue) = 127+152+1=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #7F9801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9801 is #8067FE. Grayscale: #7F7F7F. Windows color (decimal): -8415231 or 104575. OLE color: 104575.

HSL color Cylindrical-coordinate representation of color #7F9801: hue angle of 69.93º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F9801 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 127 152 1 -
CMYK 0.16 0 0.99 0.40
HSL 69.93º 0.99% 0.3% -
HSV(B) 69.93º 0.99% 0.6% -
XYZ 19.99 26.97 4.18 -
YUV 127.31 56.72 127.78 -
System Red Green Blue C M Y K H S L
Decimal 127 152 1 0.16 0 0.99 0.40 69.93 0.99 0.3
Hex 7F 98 1 10 0 63 28 46 63 1E
Octal 177 230 1 20 0 143 50 106 143 36
Binary 1111111 10011000 1 10000 0 1100011 101000 1000110 1100011 11110

Color Harmonies of #7F9801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9801

Black with #7F9801

Text Example


Text Example

White with #7F9801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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