Html Css Color HEX #7F9302 Olive

📋 copy color: '#7F9302'

red 127 ◦ green 147 ◦ blue 2

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

Shades of Olive #7F9302

Tints of Olive #7F9302

RGB

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

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

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

R = 46.01%
G = 53.26%
B = 0.72%

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

#7F9302 (or 0x7F9302) is known color: Olive. HEX triplet: 7F, 93 and 02. RGB value is (127,147,2). Sum of RGB (Red+Green+Blue) = 127+147+2=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9302 is #806CFD. Grayscale: #7D7D7D. Windows color (decimal): -8416510 or 168831. OLE color: 168831.

HSL color Cylindrical-coordinate representation of color #7F9302: hue angle of 68.28º degrees, saturation: 0.97, 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 #7F9302 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 147 2 -
CMYK 0.14 0 0.99 0.42
HSL 68.28º 0.97% 0.29% -
HSV(B) 68.28º 0.99% 0.58% -
XYZ 19.2 25.38 3.95 -
YUV 124.49 58.87 129.79 -
System Red Green Blue C M Y K H S L
Decimal 127 147 2 0.14 0 0.99 0.42 68.28 0.97 0.29
Hex 7F 93 2 E 0 63 2A 44 61 1D
Octal 177 223 2 16 0 143 52 104 141 35
Binary 1111111 10010011 10 1110 0 1100011 101010 1000100 1100001 11101

Color Harmonies of #7F9302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9302

Black with #7F9302

Text Example


Text Example

White with #7F9302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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