Html Css Color HEX #065942 Jewel

📋 copy color: '#065942'

red 6 ◦ green 89 ◦ blue 66

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

Shades of Jewel #065942

Tints of Jewel #065942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 55.28%

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

R = 3.73%
G = 55.28%
B = 40.99%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#065942 (or 0x065942) is known color: Jewel. HEX triplet: 06, 59 and 42. RGB value is (6,89,66). Sum of RGB (Red+Green+Blue) = 6+89+66=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #065942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065942 is #F9A6BD. Grayscale: #3D3D3D. Windows color (decimal): -16361150 or 4348166. OLE color: 4348166.

HSL color Cylindrical-coordinate representation of color #065942: hue angle of 163.37º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065942 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 89 66 -
CMYK 0.93 0 0.26 0.65
HSL 163.37º 0.87% 0.19% -
HSV(B) 163.37º 0.93% 0.35% -
XYZ 4.63 7.58 6.37 -
YUV 61.56 130.5 88.37 -
System Red Green Blue C M Y K H S L
Decimal 6 89 66 0.93 0 0.26 0.65 163.37 0.87 0.19
Hex 6 59 42 5D 0 1A 41 A3 57 13
Octal 6 131 102 135 0 32 101 243 127 23
Binary 110 1011001 1000010 1011101 0 11010 1000001 10100011 1010111 10011

Color Harmonies of #065942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065942

Black with #065942

Text Example


Text Example

White with #065942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065942; }

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

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

background-color css

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

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

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

border-color css

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

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

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