Html Css Color HEX #7F9500 Olive

📋 copy color: '#7F9500'

red 127 ◦ green 149 ◦ blue 0

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

Shades of Olive #7F9500

Tints of Olive #7F9500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.99%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.01%
G = 53.99%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#7F9500 (or 0x7F9500) is known color: Olive. HEX triplet: 7F, 95 and 00. RGB value is (127,149,0). Sum of RGB (Red+Green+Blue) = 127+149+0=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #7F9500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9500 is #806AFF. Grayscale: #7E7E7E. Windows color (decimal): -8416000 or 38271. OLE color: 38271.

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

Color convert

RGB 127 149 0 -
CMYK 0.15 0 1 0.42
HSL 68.86º 1% 0.29% -
HSV(B) 68.86º 1% 0.58% -
XYZ 19.5 26.01 3.99 -
YUV 125.44 57.21 129.12 -
System Red Green Blue C M Y K H S L
Decimal 127 149 0 0.15 0 1 0.42 68.86 1 0.29
Hex 7F 95 0 F 0 64 2A 45 64 1D
Octal 177 225 0 17 0 144 52 105 144 35
Binary 1111111 10010101 0 1111 0 1100100 101010 1000101 1100100 11101

Color Harmonies of #7F9500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9500

Black with #7F9500

Text Example


Text Example

White with #7F9500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,149,0); }

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

background-color css

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

 a { background-color: rgb(127,149,0); }

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

border-color css

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

 span { border-color: rgb(127,149,0); }

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