Html Css Color HEX #065B42 Jewel

📋 copy color: '#065B42'

red 6 ◦ green 91 ◦ blue 66

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

Shades of Jewel #065B42

Tints of Jewel #065B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 40.49%

R = 3.68%
G = 55.83%
B = 40.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#065B42 (or 0x065B42) is known color: Jewel. HEX triplet: 06, 5B and 42. RGB value is (6,91,66). Sum of RGB (Red+Green+Blue) = 6+91+66=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 91 (35.94% from 255 or 55.83% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 91 - color contains mainly: green. Hex color #065B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065B42 is #F9A4BD. Grayscale: #3E3E3E. Windows color (decimal): -16360638 or 4348678. OLE color: 4348678.

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

Color convert

RGB 6 91 66 -
CMYK 0.93 0 0.27 0.64
HSL 162.35º 0.88% 0.19% -
HSV(B) 162.35º 0.93% 0.36% -
XYZ 4.8 7.91 6.43 -
YUV 62.74 129.84 87.53 -
System Red Green Blue C M Y K H S L
Decimal 6 91 66 0.93 0 0.27 0.64 162.35 0.88 0.19
Hex 6 5B 42 5D 0 1B 40 A2 58 13
Octal 6 133 102 135 0 33 100 242 130 23
Binary 110 1011011 1000010 1011101 0 11011 1000000 10100010 1011000 10011

Color Harmonies of #065B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065B42

Black with #065B42

Text Example


Text Example

White with #065B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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