Html Css Color HEX #7F9400 Olive

📋 copy color: '#7F9400'

red 127 ◦ green 148 ◦ blue 0

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

Shades of Olive #7F9400

Tints of Olive #7F9400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.82%

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

R = 46.18%
G = 53.82%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#7F9400 (or 0x7F9400) is known color: Olive. HEX triplet: 7F, 94 and 00. RGB value is (127,148,0). Sum of RGB (Red+Green+Blue) = 127+148+0=275 (36% of max value = 765). Red value is 127 (50% from 255 or 46.18% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #7F9400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9400 is #806BFF. Grayscale: #7D7D7D. Windows color (decimal): -8416256 or 38015. OLE color: 38015.

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

Color convert

RGB 127 148 0 -
CMYK 0.14 0 1 0.42
HSL 68.51º 1% 0.29% -
HSV(B) 68.51º 1% 0.58% -
XYZ 19.34 25.69 3.94 -
YUV 124.85 57.54 129.53 -
System Red Green Blue C M Y K H S L
Decimal 127 148 0 0.14 0 1 0.42 68.51 1 0.29
Hex 7F 94 0 E 0 64 2A 45 64 1D
Octal 177 224 0 16 0 144 52 105 144 35
Binary 1111111 10010100 0 1110 0 1100100 101010 1000101 1100100 11101

Color Harmonies of #7F9400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9400

Black with #7F9400

Text Example


Text Example

White with #7F9400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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