#97A70F

Color #97A70F Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #97A70F

Tints of Citrus #97A70F

Color information

#97A70F (or 0x97A70F) is unknown color: approx Citrus. HEX triplet: 97, A7 and 0F. RGB value is (151,167,15). Sum of RGB (Red+Green+Blue) = 151+167+15=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 167 (65.62% from 255 or 50.15% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 167 - color contains mainly: green. Hex color #97A70F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A70F is #6858F0. Grayscale: #919191. Windows color (decimal): -6838513 or 1025943. OLE color: 1025943.

HSL color Cylindrical-coordinate representation of color #97A70F: hue angle of 66.32º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97A70F is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB15116715-
CMYK0.1000.910.35
HSL66.32º83.52%35.69%-
HSV(B)66.32º91.02%65.49%-
XYZ26.6734.255.66-
YUV144.8954.7132.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.35%
GREEN value IS 167 (65.62% from 255) = 50.15%
BLUE value IS 15 (6.25% from 255) = 4.50%
R=45.35%
G=50.15%
B=4.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151167150.1000.910.3566.3283.5235.69
Hex97A7FA05B23425424
Octal227247171201334310212444
Binary1001011110100111111110100101101110001110000101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A70F; }

 p { color: rgb(151,167,15); }

 H1.HeaderClassName
 {
   color: #97A70F;
 }
 .AnyTagClassName
 {
   color: #97A70F;
 }
</style>
background-color css

<style>
 a { background-color: #97A70F; }

 a { background-color: rgb(151,167,15); }

 div.DivClassName
 {
   background-color: #97A70F;
 }
 .BgClassName
 {
   background-color: #97A70F;
 }
</style>
border-color css

<style>
 span { border-color: #97A70F; }

 span { border-color: rgb(151,167,15); }

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