#969D07

Color #969D07 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #969D07

Tints of Citron #969D07

Color information

#969D07 (or 0x969D07) is unknown color: approx Citron. HEX triplet: 96, 9D and 07. RGB value is (150,157,7). Sum of RGB (Red+Green+Blue) = 150+157+7=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #969D07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969D07 is #6962F8. Grayscale: #8A8A8A. Windows color (decimal): -6906617 or 499094. OLE color: 499094.

HSL color Cylindrical-coordinate representation of color #969D07: hue angle of 62.8º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #969D07 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB1501577-
CMYK0.0400.960.38
HSL62.8º91.46%32.16%-
HSV(B)62.8º95.54%61.57%-
XYZ24.6730.614.81-
YUV137.8154.18136.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 157 (61.72% from 255) = 50%
BLUE value IS 7 (3.12% from 255) = 2.23%
R=47.77%
G=50%
B=2.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15015770.0400.960.3862.891.4632.16
Hex969D74060263f5b20
Octal226235740140467713340
Binary1001011010011101111100011000001001101111111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969D07; }

 p { color: rgb(150,157,7); }

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

<style>
 a { background-color: #969D07; }

 a { background-color: rgb(150,157,7); }

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

<style>
 span { border-color: #969D07; }

 span { border-color: rgb(150,157,7); }

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