#006902

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

Shades of Green #006902

Tints of Green #006902

Color information

#006902 (or 0x006902) is unknown color: approx Green. HEX triplet: 00, 69 and 02. RGB value is (0,105,2). Sum of RGB (Red+Green+Blue) = 0+105+2=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 105 (41.41% from 255 or 98.13% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 105 - color contains mainly: green. Hex color #006902 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006902 is #FF96FD. Grayscale: #3E3E3E. Windows color (decimal): -16750334 or 157952. OLE color: 157952.

HSL color Cylindrical-coordinate representation of color #006902: hue angle of 121.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006902 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB01052-
CMYK100.980.59
HSL121.14º100%20.59%-
HSV(B)121.14º100%41.18%-
XYZ5.0610.111.74-
YUV61.8694.2183.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 105 (41.41% from 255) = 98.13%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=0%
G=98.13%
B=1.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal01052100.980.59121.1410020.59
Hex0692640623B796415
Octal0151214401427317114425
Binary01101001101100100011000101110111111001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006902; }

 p { color: rgb(0,105,2); }

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

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

 a { background-color: rgb(0,105,2); }

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

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

 span { border-color: rgb(0,105,2); }

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