Html Css Color HEX #7F9301 Olive

📋 copy color: '#7F9301'

red 127 ◦ green 147 ◦ blue 1

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

Shades of Olive #7F9301

Tints of Olive #7F9301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.45%

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

R = 46.18%
G = 53.45%
B = 0.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#7F9301 (or 0x7F9301) is known color: Olive. HEX triplet: 7F, 93 and 01. RGB value is (127,147,1). Sum of RGB (Red+Green+Blue) = 127+147+1=275 (36% of max value = 765). Red value is 127 (50% from 255 or 46.18% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9301 is #806CFE. Grayscale: #7C7C7C. Windows color (decimal): -8416511 or 103295. OLE color: 103295.

HSL color Cylindrical-coordinate representation of color #7F9301: hue angle of 68.22º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F9301 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 147 1 -
CMYK 0.14 0 0.99 0.42
HSL 68.22º 0.99% 0.29% -
HSV(B) 68.22º 0.99% 0.58% -
XYZ 19.19 25.38 3.92 -
YUV 124.38 58.37 129.87 -
System Red Green Blue C M Y K H S L
Decimal 127 147 1 0.14 0 0.99 0.42 68.22 0.99 0.29
Hex 7F 93 1 E 0 63 2A 44 63 1D
Octal 177 223 1 16 0 143 52 104 143 35
Binary 1111111 10010011 1 1110 0 1100011 101010 1000100 1100011 11101

Color Harmonies of #7F9301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9301

Black with #7F9301

Text Example


Text Example

White with #7F9301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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