Html Css Color HEX #065D3F Jewel

📋 copy color: '#065D3F'

red 6 ◦ green 93 ◦ blue 63

#065D3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #065D3F

Tints of Jewel #065D3F

RGB

 RED value IS 6 (2.73% from 255) = 3.7%

 GREEN value IS 93 (36.72% from 255) = 57.41%

 BLUE value IS 63 (25% from 255) = 38.89%

R = 3.7%
G = 57.41%
B = 38.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#065D3F (or 0x065D3F) is known color: 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

RGB 6 93 63 -
CMYK 0.94 0 0.32 0.64
HSL 159.31º 0.88% 0.19% -
HSV(B) 159.31º 0.94% 0.36% -
XYZ 4.89 8.23 6.03 -
YUV 63.57 127.68 86.94 -
System Red Green Blue C M Y K H S L
Decimal 6 93 63 0.94 0 0.32 0.64 159.31 0.88 0.19
Hex 6 5D 3F 5E 0 20 40 9F 58 13
Octal 6 135 77 136 0 40 100 237 130 23
Binary 110 1011101 111111 1011110 0 100000 1000000 10011111 1011000 10011

Color Harmonies of #065D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065D3F

Black with #065D3F

Text Example


Text Example

White with #065D3F

Text Example


Text Example

HTML Codes & Css Web 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>