#065940

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

Shades of Jewel #065940

Tints of Jewel #065940

Color information

#065940 (or 0x065940) is unknown color: approx Jewel. HEX triplet: 06, 59 and 40. RGB value is (6,89,64). Sum of RGB (Red+Green+Blue) = 6+89+64=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #065940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065940 is #F9A6BF. Grayscale: #3D3D3D. Windows color (decimal): -16361152 or 4217094. OLE color: 4217094.

HSL color Cylindrical-coordinate representation of color #065940: hue angle of 161.93º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065940 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB68964-
CMYK0.9300.280.65
HSL161.93º87.37%18.63%-
HSV(B)161.93º93.26%34.9%-
XYZ4.577.556.07-
YUV61.33129.588.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 89 (35.16% from 255) = 55.97%
BLUE value IS 64 (25.39% from 255) = 40.25%
R=3.77%
G=55.97%
B=40.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal689640.9300.280.65161.9387.3718.63
Hex659405D01C41a25713
Octal613110013503410124212723
Binary110101100110000001011101011100100000110100010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065940; }

 p { color: rgb(6,89,64); }

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

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

 a { background-color: rgb(6,89,64); }

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

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

 span { border-color: rgb(6,89,64); }

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