Html Css Color HEX #066F3E Jewel

📋 copy color: '#066F3E'

red 6 ◦ green 111 ◦ blue 62

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

Shades of Jewel #066F3E

Tints of Jewel #066F3E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 62.01%

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

R = 3.35%
G = 62.01%
B = 34.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#066F3E (or 0x066F3E) is known color: Jewel. HEX triplet: 06, 6F and 3E. RGB value is (6,111,62). Sum of RGB (Red+Green+Blue) = 6+111+62=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 111 (43.75% from 255 or 62.01% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 111 - color contains mainly: green. Hex color #066F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066F3E is #F990C1. Grayscale: #4A4A4A. Windows color (decimal): -16355522 or 4091654. OLE color: 4091654.

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

Color convert

RGB 6 111 62 -
CMYK 0.95 0 0.44 0.56
HSL 152º 0.9% 0.23% -
HSV(B) 152º 0.95% 0.44% -
XYZ 6.63 11.76 6.48 -
YUV 74.02 121.21 79.48 -
System Red Green Blue C M Y K H S L
Decimal 6 111 62 0.95 0 0.44 0.56 152 0.9 0.23
Hex 6 6F 3E 5F 0 2C 38 98 5A 17
Octal 6 157 76 137 0 54 70 230 132 27
Binary 110 1101111 111110 1011111 0 101100 111000 10011000 1011010 10111

Color Harmonies of #066F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066F3E

Black with #066F3E

Text Example


Text Example

White with #066F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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