Html Css Color HEX #9F8D07 Lucky

📋 copy color: '#9F8D07'

red 159 ◦ green 141 ◦ blue 7

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

Shades of Lucky #9F8D07

Tints of Lucky #9F8D07

RGB

 RED value IS 159 (62.5% from 255) = 51.79%

 GREEN value IS 141 (55.47% from 255) = 45.93%

 BLUE value IS 7 (3.13% from 255) = 2.28%

R = 51.79%
G = 45.93%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#9F8D07 (or 0x9F8D07) is known color: Lucky. HEX triplet: 9F, 8D and 07. RGB value is (159,141,7). Sum of RGB (Red+Green+Blue) = 159+141+7=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8D07 is #6072F8. Grayscale: #838383. Windows color (decimal): -6320889 or 495007. OLE color: 495007.

HSL color Cylindrical-coordinate representation of color #9F8D07: hue angle of 52.89º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F8D07 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 141 7 -
CMYK 0 0.11 0.96 0.38
HSL 52.89º 0.92% 0.33% -
HSV(B) 52.89º 0.96% 0.62% -
XYZ 23.86 26.44 4.05 -
YUV 131.11 57.96 147.9 -
System Red Green Blue C M Y K H S L
Decimal 159 141 7 0 0.11 0.96 0.38 52.89 0.92 0.33
Hex 9F 8D 7 0 B 60 26 35 5C 21
Octal 237 215 7 0 13 140 46 65 134 41
Binary 10011111 10001101 111 0 1011 1100000 100110 110101 1011100 100001

Color Harmonies of #9F8D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8D07

Black with #9F8D07

Text Example


Text Example

White with #9F8D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,141,7); }

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

background-color css

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

 a { background-color: rgb(159,141,7); }

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

border-color css

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

 span { border-color: rgb(159,141,7); }

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