#006007

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

Shades of Green #006007

Tints of Green #006007

Color information

#006007 (or 0x006007) is unknown color: approx Green. HEX triplet: 00, 60 and 07. RGB value is (0,96,7). Sum of RGB (Red+Green+Blue) = 0+96+7=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 96 (37.89% from 255 or 93.20% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 96 - color contains mainly: green. Hex color #006007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006007 is #FF9FF8. Grayscale: #393939. Windows color (decimal): -16752633 or 483328. OLE color: 483328.

HSL color Cylindrical-coordinate representation of color #006007: hue angle of 124.38º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006007 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB0967-
CMYK100.930.62
HSL124.38º100%18.82%-
HSV(B)124.38º100%37.65%-
XYZ4.228.381.6-
YUV57.1599.787.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 93.20%
BLUE value IS 7 (3.12% from 255) = 6.80%
R=0%
G=93.20%
B=6.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0967100.930.62124.3810018.82
Hex06076405D3E7c6413
Octal0140714401357617414423
Binary011000001111100100010111011111101111100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006007; }

 p { color: rgb(0,96,7); }

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

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

 a { background-color: rgb(0,96,7); }

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

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

 span { border-color: rgb(0,96,7); }

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