#066143

Color #066143 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #066143

Tints of Jewel #066143

Color information

#066143 (or 0x066143) is unknown color: approx Jewel. HEX triplet: 06, 61 and 43. RGB value is (6,97,67). Sum of RGB (Red+Green+Blue) = 6+97+67=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #066143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066143 is #F99EBC. Grayscale: #424242. Windows color (decimal): -16359101 or 4415750. OLE color: 4415750.

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

Color convert

RGB69767-
CMYK0.9400.310.62
HSL160.22º88.35%20.2%-
HSV(B)160.22º93.81%38.04%-
XYZ5.368.996.76-
YUV66.37128.3584.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.53%
GREEN value IS 97 (38.28% from 255) = 57.06%
BLUE value IS 67 (26.56% from 255) = 39.41%
R=3.53%
G=57.06%
B=39.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal697670.9400.310.62160.2288.3520.2
Hex661435E01F3Ea05814
Octal61411031360377624013024
Binary11011000011000011101111001111111111010100000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066143; }

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

 H1.HeaderClassName
 {
   color: #066143;
 }
 .AnyTagClassName
 {
   color: #066143;
 }
</style>
background-color css

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

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

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

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

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

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