Html Css Color HEX #9A7900 Olive

📋 copy color: '#9A7900'

red 154 ◦ green 121 ◦ blue 0

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

Shades of Olive #9A7900

Tints of Olive #9A7900

RGB

 RED value IS 154 (60.55% from 255) = 56%

 GREEN value IS 121 (47.66% from 255) = 44%

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

R = 56%
G = 44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#9A7900 (or 0x9A7900) is known color: Olive. HEX triplet: 9A, 79 and 00. RGB value is (154,121,0). Sum of RGB (Red+Green+Blue) = 154+121+0=275 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7900 is #6586FF. Grayscale: #757575. Windows color (decimal): -6653696 or 31130. OLE color: 31130.

HSL color Cylindrical-coordinate representation of color #9A7900: hue angle of 47.14º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A7900 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 121 0 -
CMYK 0 0.21 1 0.40
HSL 47.14º 1% 0.3% -
HSV(B) 47.14º 1% 0.6% -
XYZ 20.16 20.54 2.9 -
YUV 117.07 61.93 154.34 -
System Red Green Blue C M Y K H S L
Decimal 154 121 0 0 0.21 1 0.40 47.14 1 0.3
Hex 9A 79 0 0 15 64 28 2F 64 1E
Octal 232 171 0 0 25 144 50 57 144 36
Binary 10011010 1111001 0 0 10101 1100100 101000 101111 1100100 11110

Color Harmonies of #9A7900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7900

Black with #9A7900

Text Example


Text Example

White with #9A7900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A7900; }

 p { color: rgb(154,121,0); }

 H1.HeaderClassName
 {
   color: #9A7900;
 }
 .AnyTagClassName
 {
   color: #9A7900;
 }
</style>

background-color css

<style>
 a { background-color: #9A7900; }

 a { background-color: rgb(154,121,0); }

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

border-color css

<style>
 span { border-color: #9A7900; }

 span { border-color: rgb(154,121,0); }

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