Html Css Color HEX #066B3C Jewel

📋 copy color: '#066B3C'

red 6 ◦ green 107 ◦ blue 60

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

Shades of Jewel #066B3C

Tints of Jewel #066B3C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 61.85%

 BLUE value IS 60 (23.83% from 255) = 34.68%

R = 3.47%
G = 61.85%
B = 34.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#066B3C (or 0x066B3C) is known color: Jewel. HEX triplet: 06, 6B and 3C. RGB value is (6,107,60). Sum of RGB (Red+Green+Blue) = 6+107+60=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 107 (42.19% from 255 or 61.85% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 107 - color contains mainly: green. Hex color #066B3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066B3C is #F994C3. Grayscale: #474747. Windows color (decimal): -16356548 or 3959558. OLE color: 3959558.

HSL color Cylindrical-coordinate representation of color #066B3C: hue angle of 152.08º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066B3C is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 107 60 -
CMYK 0.94 0 0.44 0.58
HSL 152.08º 0.89% 0.22% -
HSV(B) 152.08º 0.94% 0.42% -
XYZ 6.15 10.88 6.05 -
YUV 71.44 121.54 81.32 -
System Red Green Blue C M Y K H S L
Decimal 6 107 60 0.94 0 0.44 0.58 152.08 0.89 0.22
Hex 6 6B 3C 5E 0 2C 3A 98 59 16
Octal 6 153 74 136 0 54 72 230 131 26
Binary 110 1101011 111100 1011110 0 101100 111010 10011000 1011001 10110

Color Harmonies of #066B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066B3C

Black with #066B3C

Text Example


Text Example

White with #066B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,107,60); }

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

background-color css

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

 a { background-color: rgb(6,107,60); }

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

border-color css

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

 span { border-color: rgb(6,107,60); }

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