Html Css Color HEX #066041 Jewel

📋 copy color: '#066041'

red 6 ◦ green 96 ◦ blue 65

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

Shades of Jewel #066041

Tints of Jewel #066041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.49%

 BLUE value IS 65 (25.78% from 255) = 38.92%

R = 3.59%
G = 57.49%
B = 38.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#066041 (or 0x066041) is known color: Jewel. HEX triplet: 06, 60 and 41. RGB value is (6,96,65). Sum of RGB (Red+Green+Blue) = 6+96+65=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #066041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066041 is #F99FBE. Grayscale: #414141. Windows color (decimal): -16359359 or 4284422. OLE color: 4284422.

HSL color Cylindrical-coordinate representation of color #066041: hue angle of 159.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066041 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 96 65 -
CMYK 0.94 0 0.32 0.62
HSL 159.33º 0.88% 0.2% -
HSV(B) 159.33º 0.94% 0.38% -
XYZ 5.21 8.79 6.42 -
YUV 65.56 127.68 85.52 -
System Red Green Blue C M Y K H S L
Decimal 6 96 65 0.94 0 0.32 0.62 159.33 0.88 0.2
Hex 6 60 41 5E 0 20 3E 9F 58 14
Octal 6 140 101 136 0 40 76 237 130 24
Binary 110 1100000 1000001 1011110 0 100000 111110 10011111 1011000 10100

Color Harmonies of #066041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066041

Black with #066041

Text Example


Text Example

White with #066041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066041; }

 p { color: rgb(6,96,65); }

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

background-color css

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

 a { background-color: rgb(6,96,65); }

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

border-color css

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

 span { border-color: rgb(6,96,65); }

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