#206700

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

Shades of Green #206700

Tints of Green #206700

Color information

#206700 (or 0x206700) is unknown color: approx Green. HEX triplet: 20, 67 and 00. RGB value is (32,103,0). Sum of RGB (Red+Green+Blue) = 32+103+0=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 103 (40.62% from 255 or 76.30% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 103 - color contains mainly: green. Hex color #206700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206700 is #DF98FF. Grayscale: #464646. Windows color (decimal): -14653696 or 26400. OLE color: 26400.

HSL color Cylindrical-coordinate representation of color #206700: hue angle of 101.36º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #206700 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB321030-
CMYK0.69010.60
HSL101.36º100%20.2%-
HSV(B)101.36º100%40.39%-
XYZ5.4510.011.64-
YUV70.0388.48100.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.70%
GREEN value IS 103 (40.62% from 255) = 76.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=23.70%
G=76.30%
B=0%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3210300.69010.60101.3610020.2
Hex20670450643C656414
Octal40147010501447414514424
Binary100000110011101000101011001001111001100101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206700; }

 p { color: rgb(32,103,0); }

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

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

 a { background-color: rgb(32,103,0); }

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

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

 span { border-color: rgb(32,103,0); }

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