Html Css Color HEX #006007 Green

📋 copy color: '#006007'

red 0 ◦ green 96 ◦ blue 7

#006007
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #006007

Tints of Green #006007

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 96 (37.89% from 255) = 93.2%

 BLUE value IS 7 (3.13% from 255) = 6.8%

R = 0%
G = 93.2%
B = 6.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#006007 (or 0x006007) is known color: 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

RGB 0 96 7 -
CMYK 1 0 0.93 0.62
HSL 124.38º 1% 0.19% -
HSV(B) 124.38º 1% 0.38% -
XYZ 4.22 8.38 1.6 -
YUV 57.15 99.7 87.24 -
System Red Green Blue C M Y K H S L
Decimal 0 96 7 1 0 0.93 0.62 124.38 1 0.19
Hex 0 60 7 64 0 5D 3E 7C 64 13
Octal 0 140 7 144 0 135 76 174 144 23
Binary 0 1100000 111 1100100 0 1011101 111110 1111100 1100100 10011

Color Harmonies of #006007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006007

Black with #006007

Text Example


Text Example

White with #006007

Text Example


Text Example

HTML Codes & Css Web 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>