Html Css Color HEX #066142 Jewel

📋 copy color: '#066142'

red 6 ◦ green 97 ◦ blue 66

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

Shades of Jewel #066142

Tints of Jewel #066142

RGB

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

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

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

R = 3.55%
G = 57.4%
B = 39.05%

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

#066142 (or 0x066142) is known color: Jewel. HEX triplet: 06, 61 and 42. RGB value is (6,97,66). Sum of RGB (Red+Green+Blue) = 6+97+66=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #066142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066142 is #F99EBD. Grayscale: #424242. Windows color (decimal): -16359102 or 4350214. OLE color: 4350214.

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

Color convert

RGB 6 97 66 -
CMYK 0.94 0 0.32 0.62
HSL 159.56º 0.88% 0.2% -
HSV(B) 159.56º 0.94% 0.38% -
XYZ 5.33 8.98 6.61 -
YUV 66.26 127.85 85.02 -
System Red Green Blue C M Y K H S L
Decimal 6 97 66 0.94 0 0.32 0.62 159.56 0.88 0.2
Hex 6 61 42 5E 0 20 3E A0 58 14
Octal 6 141 102 136 0 40 76 240 130 24
Binary 110 1100001 1000010 1011110 0 100000 111110 10100000 1011000 10100

Color Harmonies of #066142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066142

Black with #066142

Text Example


Text Example

White with #066142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066142; }

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

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

background-color css

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

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

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

border-color css

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

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

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