Html Css Color HEX #997F08 Hacienda

📋 copy color: '#997F08'

red 153 ◦ green 127 ◦ blue 8

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

Shades of Hacienda #997F08

Tints of Hacienda #997F08

RGB

 RED value IS 153 (60.16% from 255) = 53.13%

 GREEN value IS 127 (50% from 255) = 44.1%

 BLUE value IS 8 (3.52% from 255) = 2.78%

R = 53.13%
G = 44.1%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#997F08 (or 0x997F08) is known color: Hacienda. HEX triplet: 99, 7F and 08. RGB value is (153,127,8). Sum of RGB (Red+Green+Blue) = 153+127+8=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #997F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997F08 is #6680F7. Grayscale: #797979. Windows color (decimal): -6717688 or 556953. OLE color: 556953.

HSL color Cylindrical-coordinate representation of color #997F08: hue angle of 49.24º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #997F08 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 8 -
CMYK 0 0.17 0.95 0.4
HSL 49.24º 0.9% 0.32% -
HSV(B) 49.24º 0.95% 0.6% -
XYZ 20.77 21.97 3.38 -
YUV 121.21 64.11 150.68 -
System Red Green Blue C M Y K H S L
Decimal 153 127 8 0 0.17 0.95 0.4 49.24 0.9 0.32
Hex 99 7F 8 0 11 5F 28 31 5A 20
Octal 231 177 10 0 21 137 50 61 132 40
Binary 10011001 1111111 1000 0 10001 1011111 101000 110001 1011010 100000

Color Harmonies of #997F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F08

Black with #997F08

Text Example


Text Example

White with #997F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997F08; }

 p { color: rgb(153,127,8); }

 H1.HeaderClassName
 {
   color: #997F08;
 }
 .AnyTagClassName
 {
   color: #997F08;
 }
</style>

background-color css

<style>
 a { background-color: #997F08; }

 a { background-color: rgb(153,127,8); }

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

border-color css

<style>
 span { border-color: #997F08; }

 span { border-color: rgb(153,127,8); }

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