#1C6B07

Color #1C6B07 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #1C6B07

Tints of Green #1C6B07

Color information

#1C6B07 (or 0x1C6B07) is unknown color: approx Green. HEX triplet: 1C, 6B and 07. RGB value is (28,107,7). Sum of RGB (Red+Green+Blue) = 28+107+7=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 107 (42.19% from 255 or 75.35% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 107 - color contains mainly: green. Hex color #1C6B07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6B07 is #E394F8. Grayscale: #484848. Windows color (decimal): -14914809 or 486172. OLE color: 486172.

HSL color Cylindrical-coordinate representation of color #1C6B07: hue angle of 107.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C6B07 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB281077-
CMYK0.7400.930.58
HSL107.4º87.72%22.35%-
HSV(B)107.4º93.46%41.96%-
XYZ5.7710.781.98-
YUV71.9891.3396.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.72%
GREEN value IS 107 (42.19% from 255) = 75.35%
BLUE value IS 7 (3.12% from 255) = 4.93%
R=19.72%
G=75.35%
B=4.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2810770.7400.930.58107.487.7222.35
Hex1C6B74A05D3A6b5816
Octal34153711201357215313026
Binary1110011010111111001010010111011110101101011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C6B07; }

 p { color: rgb(28,107,7); }

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

<style>
 a { background-color: #1C6B07; }

 a { background-color: rgb(28,107,7); }

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

<style>
 span { border-color: #1C6B07; }

 span { border-color: rgb(28,107,7); }

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