Html Css Color HEX #7F8E01 Olive

📋 copy color: '#7F8E01'

red 127 ◦ green 142 ◦ blue 1

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

Shades of Olive #7F8E01

Tints of Olive #7F8E01

RGB

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

 GREEN value IS 142 (55.86% from 255) = 52.59%

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

R = 47.04%
G = 52.59%
B = 0.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#7F8E01 (or 0x7F8E01) is known color: Olive. HEX triplet: 7F, 8E and 01. RGB value is (127,142,1). Sum of RGB (Red+Green+Blue) = 127+142+1=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #7F8E01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8E01 is #8071FE. Grayscale: #797979. Windows color (decimal): -8417791 or 102015. OLE color: 102015.

HSL color Cylindrical-coordinate representation of color #7F8E01: hue angle of 66.38º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F8E01 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 127 142 1 -
CMYK 0.11 0 0.99 0.44
HSL 66.38º 0.99% 0.28% -
HSV(B) 66.38º 0.99% 0.56% -
XYZ 18.43 23.86 3.66 -
YUV 121.44 60.03 131.96 -
System Red Green Blue C M Y K H S L
Decimal 127 142 1 0.11 0 0.99 0.44 66.38 0.99 0.28
Hex 7F 8E 1 B 0 63 2C 42 63 1C
Octal 177 216 1 13 0 143 54 102 143 34
Binary 1111111 10001110 1 1011 0 1100011 101100 1000010 1100011 11100

Color Harmonies of #7F8E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8E01

Black with #7F8E01

Text Example


Text Example

White with #7F8E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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