#065D3F

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

Shades of Jewel #065D3F

Tints of Jewel #065D3F

Color information

#065D3F (or 0x065D3F) is unknown color: approx Jewel. HEX triplet: 06, 5D and 3F. RGB value is (6,93,63). Sum of RGB (Red+Green+Blue) = 6+93+63=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 93 (36.72% from 255 or 57.41% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 93 - color contains mainly: green. Hex color #065D3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065D3F is #F9A2C0. Grayscale: #3F3F3F. Windows color (decimal): -16360129 or 4152582. OLE color: 4152582.

HSL color Cylindrical-coordinate representation of color #065D3F: hue angle of 159.31º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065D3F is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB69363-
CMYK0.9400.320.64
HSL159.31º87.88%19.41%-
HSV(B)159.31º93.55%36.47%-
XYZ4.898.236.03-
YUV63.57127.6886.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 93 (36.72% from 255) = 57.41%
BLUE value IS 63 (25% from 255) = 38.89%
R=3.70%
G=57.41%
B=38.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal693630.9400.320.64159.3187.8819.41
Hex65D3F5E020409f5813
Octal61357713604010023713023
Binary110101110111111110111100100000100000010011111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065D3F; }

 p { color: rgb(6,93,63); }

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

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

 a { background-color: rgb(6,93,63); }

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

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

 span { border-color: rgb(6,93,63); }

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