#065B3F

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

Shades of Jewel #065B3F

Tints of Jewel #065B3F

Color information

#065B3F (or 0x065B3F) is unknown color: approx Jewel. HEX triplet: 06, 5B and 3F. RGB value is (6,91,63). Sum of RGB (Red+Green+Blue) = 6+91+63=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 91 (35.94% from 255 or 56.88% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 91 - color contains mainly: green. Hex color #065B3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B3F is #F9A4C0. Grayscale: #3E3E3E. Windows color (decimal): -16360641 or 4152070. OLE color: 4152070.

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

Color convert

RGB69163-
CMYK0.9300.310.64
HSL160.24º87.63%19.02%-
HSV(B)160.24º93.41%35.69%-
XYZ4.717.885.98-
YUV62.39128.3487.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.75%
GREEN value IS 91 (35.94% from 255) = 56.88%
BLUE value IS 63 (25% from 255) = 39.38%
R=3.75%
G=56.88%
B=39.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691630.9300.310.64160.2487.6319.02
Hex65B3F5D01F40a05813
Octal61337713503710024013023
Binary11010110111111111011101011111100000010100000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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