Html Css Color HEX #066E3E Jewel

📋 copy color: '#066E3E'

red 6 ◦ green 110 ◦ blue 62

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

Shades of Jewel #066E3E

Tints of Jewel #066E3E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 61.8%

 BLUE value IS 62 (24.61% from 255) = 34.83%

R = 3.37%
G = 61.8%
B = 34.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#066E3E (or 0x066E3E) is known color: Jewel. HEX triplet: 06, 6E and 3E. RGB value is (6,110,62). Sum of RGB (Red+Green+Blue) = 6+110+62=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 110 (43.36% from 255 or 61.80% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 110 - color contains mainly: green. Hex color #066E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066E3E is #F991C1. Grayscale: #494949. Windows color (decimal): -16355778 or 4091398. OLE color: 4091398.

HSL color Cylindrical-coordinate representation of color #066E3E: hue angle of 152.31º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066E3E is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 110 62 -
CMYK 0.95 0 0.44 0.57
HSL 152.31º 0.9% 0.23% -
HSV(B) 152.31º 0.95% 0.43% -
XYZ 6.52 11.54 6.44 -
YUV 73.43 121.54 79.9 -
System Red Green Blue C M Y K H S L
Decimal 6 110 62 0.95 0 0.44 0.57 152.31 0.9 0.23
Hex 6 6E 3E 5F 0 2C 39 98 5A 17
Octal 6 156 76 137 0 54 71 230 132 27
Binary 110 1101110 111110 1011111 0 101100 111001 10011000 1011010 10111

Color Harmonies of #066E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066E3E

Black with #066E3E

Text Example


Text Example

White with #066E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066E3E; }

 p { color: rgb(6,110,62); }

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

background-color css

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

 a { background-color: rgb(6,110,62); }

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

border-color css

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

 span { border-color: rgb(6,110,62); }

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