Html Css Color HEX #9A7D00 Olive

📋 copy color: '#9A7D00'

red 154 ◦ green 125 ◦ blue 0

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

Shades of Olive #9A7D00

Tints of Olive #9A7D00

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.8%

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

R = 55.2%
G = 44.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#9A7D00 (or 0x9A7D00) is known color: Olive. HEX triplet: 9A, 7D and 00. RGB value is (154,125,0). Sum of RGB (Red+Green+Blue) = 154+125+0=279 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.20% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7D00 is #6582FF. Grayscale: #777777. Windows color (decimal): -6652672 or 32154. OLE color: 32154.

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

Color convert

RGB 154 125 0 -
CMYK 0 0.19 1 0.40
HSL 48.7º 1% 0.3% -
HSV(B) 48.7º 1% 0.6% -
XYZ 20.66 21.54 3.07 -
YUV 119.42 60.61 152.66 -
System Red Green Blue C M Y K H S L
Decimal 154 125 0 0 0.19 1 0.40 48.7 1 0.3
Hex 9A 7D 0 0 13 64 28 31 64 1E
Octal 232 175 0 0 23 144 50 61 144 36
Binary 10011010 1111101 0 0 10011 1100100 101000 110001 1100100 11110

Color Harmonies of #9A7D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7D00

Black with #9A7D00

Text Example


Text Example

White with #9A7D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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