Html Css Color HEX #7F9202 Olive

📋 copy color: '#7F9202'

red 127 ◦ green 146 ◦ blue 2

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

Shades of Olive #7F9202

Tints of Olive #7F9202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.09%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 46.18%
G = 53.09%
B = 0.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#7F9202 (or 0x7F9202) is known color: Olive. HEX triplet: 7F, 92 and 02. RGB value is (127,146,2). Sum of RGB (Red+Green+Blue) = 127+146+2=275 (36% of max value = 765). Red value is 127 (50% from 255 or 46.18% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #7F9202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9202 is #806DFD. Grayscale: #7C7C7C. Windows color (decimal): -8416766 or 168575. OLE color: 168575.

HSL color Cylindrical-coordinate representation of color #7F9202: hue angle of 67.92º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F9202 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 127 146 2 -
CMYK 0.13 0 0.99 0.43
HSL 67.92º 0.97% 0.29% -
HSV(B) 67.92º 0.99% 0.57% -
XYZ 19.04 25.07 3.89 -
YUV 123.9 59.21 130.21 -
System Red Green Blue C M Y K H S L
Decimal 127 146 2 0.13 0 0.99 0.43 67.92 0.97 0.29
Hex 7F 92 2 D 0 63 2B 44 61 1D
Octal 177 222 2 15 0 143 53 104 141 35
Binary 1111111 10010010 10 1101 0 1100011 101011 1000100 1100001 11101

Color Harmonies of #7F9202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9202

Black with #7F9202

Text Example


Text Example

White with #7F9202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,146,2); }

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

background-color css

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

 a { background-color: rgb(127,146,2); }

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

border-color css

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

 span { border-color: rgb(127,146,2); }

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