Html Css Color HEX #065B3E Jewel

📋 copy color: '#065B3E'

red 6 ◦ green 91 ◦ blue 62

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

Shades of Jewel #065B3E

Tints of Jewel #065B3E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 57.23%

 BLUE value IS 62 (24.61% from 255) = 38.99%

R = 3.77%
G = 57.23%
B = 38.99%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#065B3E (or 0x065B3E) is known color: Jewel. HEX triplet: 06, 5B and 3E. RGB value is (6,91,62). Sum of RGB (Red+Green+Blue) = 6+91+62=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 91 (35.94% from 255 or 57.23% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 91 - color contains mainly: green. Hex color #065B3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B3E is #F9A4C1. Grayscale: #3E3E3E. Windows color (decimal): -16360642 or 4086534. OLE color: 4086534.

HSL color Cylindrical-coordinate representation of color #065B3E: hue angle of 159.53º 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 #065B3E is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 91 62 -
CMYK 0.93 0 0.32 0.64
HSL 159.53º 0.88% 0.19% -
HSV(B) 159.53º 0.93% 0.36% -
XYZ 4.69 7.87 5.83 -
YUV 62.28 127.84 87.86 -
System Red Green Blue C M Y K H S L
Decimal 6 91 62 0.93 0 0.32 0.64 159.53 0.88 0.19
Hex 6 5B 3E 5D 0 20 40 A0 58 13
Octal 6 133 76 135 0 40 100 240 130 23
Binary 110 1011011 111110 1011101 0 100000 1000000 10100000 1011000 10011

Color Harmonies of #065B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065B3E

Black with #065B3E

Text Example


Text Example

White with #065B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #065B3E;
 }
 .AnyTagClassName
 {
   color: #065B3E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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