#006b3a

Color #006B3A Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #006B3A

Tints of Jewel #006B3A

Color information

#006B3A (or 0x006B3A) is unknown color: approx Jewel. HEX triplet: 00, 6B and 3A. RGB value is (0,107,58). Sum of RGB (Red+Green+Blue) = 0+107+58=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 107 (42.19% from 255 or 64.85% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 107 - color contains mainly: green. Hex color #006B3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006B3A is #FF94C5. Grayscale: #454545. Windows color (decimal): -16749766 or 3828480. OLE color: 3828480.

HSL color Cylindrical-coordinate representation of color #006B3A: hue angle of 152.52º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B3A is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB010758-
CMYK100.460.58
HSL152.52º100%20.98%-
HSV(B)152.52º100%41.96%-
XYZ6.0210.825.77-
YUV69.42121.5578.48-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 107 (42.19% from 255) = 64.85%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=0%
G=64.85%
B=35.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010758100.460.58152.5210020.98
Hex06B3A6402E3A996415
Octal0153721440567223114425
Binary011010111110101100100010111011101010011001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006b3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006b3a; }

 p { color: rgb(0,107,58); }

 H1.HeaderClassName
 {
   color: #006b3a;
 }
 .AnyTagClassName
 {
   color: #006b3a;
 }
</style>
background-color css

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

 a { background-color: rgb(0,107,58); }

 div.DivClassName
 {
   background-color: #006b3a;
 }
 .BgClassName
 {
   background-color: #006b3a;
 }
</style>
border-color css

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

 span { border-color: rgb(0,107,58); }

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