Html Css Color HEX #9A7E00 Olive

📋 copy color: '#9A7E00'

red 154 ◦ green 126 ◦ blue 0

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

Shades of Olive #9A7E00

Tints of Olive #9A7E00

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45%

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

R = 55%
G = 45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#9A7E00 (or 0x9A7E00) is known color: Olive. HEX triplet: 9A, 7E and 00. RGB value is (154,126,0). Sum of RGB (Red+Green+Blue) = 154+126+0=280 (37% of max value = 765). Red value is 154 (60.55% from 255 or 55% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7E00 is #6581FF. Grayscale: #787878. Windows color (decimal): -6652416 or 32410. OLE color: 32410.

HSL color Cylindrical-coordinate representation of color #9A7E00: hue angle of 49.09º 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 #9A7E00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 126 0 -
CMYK 0 0.18 1 0.40
HSL 49.09º 1% 0.3% -
HSV(B) 49.09º 1% 0.6% -
XYZ 20.79 21.79 3.11 -
YUV 120.01 60.28 152.25 -
System Red Green Blue C M Y K H S L
Decimal 154 126 0 0 0.18 1 0.40 49.09 1 0.3
Hex 9A 7E 0 0 12 64 28 31 64 1E
Octal 232 176 0 0 22 144 50 61 144 36
Binary 10011010 1111110 0 0 10010 1100100 101000 110001 1100100 11110

Color Harmonies of #9A7E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7E00

Black with #9A7E00

Text Example


Text Example

White with #9A7E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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