Html Css Color HEX #066141 Jewel

📋 copy color: '#066141'

red 6 ◦ green 97 ◦ blue 65

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

Shades of Jewel #066141

Tints of Jewel #066141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 57.74%

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

R = 3.57%
G = 57.74%
B = 38.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#066141 (or 0x066141) is known color: Jewel. HEX triplet: 06, 61 and 41. RGB value is (6,97,65). Sum of RGB (Red+Green+Blue) = 6+97+65=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #066141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066141 is #F99EBE. Grayscale: #424242. Windows color (decimal): -16359103 or 4284678. OLE color: 4284678.

HSL color Cylindrical-coordinate representation of color #066141: hue angle of 158.9º 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 #066141 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 97 65 -
CMYK 0.94 0 0.33 0.62
HSL 158.9º 0.88% 0.2% -
HSV(B) 158.9º 0.94% 0.38% -
XYZ 5.3 8.97 6.45 -
YUV 66.14 127.35 85.1 -
System Red Green Blue C M Y K H S L
Decimal 6 97 65 0.94 0 0.33 0.62 158.9 0.88 0.2
Hex 6 61 41 5E 0 21 3E 9F 58 14
Octal 6 141 101 136 0 41 76 237 130 24
Binary 110 1100001 1000001 1011110 0 100001 111110 10011111 1011000 10100

Color Harmonies of #066141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066141

Black with #066141

Text Example


Text Example

White with #066141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066141; }

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

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

background-color css

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

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

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

border-color css

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

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

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