Html Css Color HEX #066F3A Jewel

📋 copy color: '#066F3A'

red 6 ◦ green 111 ◦ blue 58

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

Shades of Jewel #066F3A

Tints of Jewel #066F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 33.14%

R = 3.43%
G = 63.43%
B = 33.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#066F3A (or 0x066F3A) is known color: Jewel. HEX triplet: 06, 6F and 3A. RGB value is (6,111,58). Sum of RGB (Red+Green+Blue) = 6+111+58=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 111 (43.75% from 255 or 63.43% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 111 - color contains mainly: green. Hex color #066F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066F3A is #F990C5. Grayscale: #494949. Windows color (decimal): -16355526 or 3829510. OLE color: 3829510.

HSL color Cylindrical-coordinate representation of color #066F3A: hue angle of 149.71º 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 #066F3A is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 111 58 -
CMYK 0.95 0 0.48 0.56
HSL 149.71º 0.9% 0.23% -
HSV(B) 149.71º 0.95% 0.44% -
XYZ 6.52 11.71 5.92 -
YUV 73.56 119.21 79.81 -
System Red Green Blue C M Y K H S L
Decimal 6 111 58 0.95 0 0.48 0.56 149.71 0.9 0.23
Hex 6 6F 3A 5F 0 30 38 96 5A 17
Octal 6 157 72 137 0 60 70 226 132 27
Binary 110 1101111 111010 1011111 0 110000 111000 10010110 1011010 10111

Color Harmonies of #066F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066F3A

Black with #066F3A

Text Example


Text Example

White with #066F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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