Html Css Color HEX #006610 Green

📋 copy color: '#006610'

red 0 ◦ green 102 ◦ blue 16

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

Shades of Green #006610

Tints of Green #006610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 86.44%

 BLUE value IS 16 (6.64% from 255) = 13.56%

R = 0%
G = 86.44%
B = 13.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#006610 (or 0x006610) is known color: Green. HEX triplet: 00, 66 and 10. RGB value is (0,102,16). Sum of RGB (Red+Green+Blue) = 0+102+16=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 102 (40.23% from 255 or 86.44% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 102 - color contains mainly: green. Hex color #006610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006610 is #FF99EF. Grayscale: #3D3D3D. Windows color (decimal): -16751088 or 1074688. OLE color: 1074688.

HSL color Cylindrical-coordinate representation of color #006610: hue angle of 129.41º 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 #006610 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 0 102 16 -
CMYK 1 0 0.84 0.6
HSL 129.41º 1% 0.2% -
HSV(B) 129.41º 1% 0.4% -
XYZ 4.84 9.54 2.08 -
YUV 61.7 102.21 83.99 -
System Red Green Blue C M Y K H S L
Decimal 0 102 16 1 0 0.84 0.6 129.41 1 0.2
Hex 0 66 10 64 0 54 3C 81 64 14
Octal 0 146 20 144 0 124 74 201 144 24
Binary 0 1100110 10000 1100100 0 1010100 111100 10000001 1100100 10100

Color Harmonies of #006610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006610

Black with #006610

Text Example


Text Example

White with #006610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006610; }

 p { color: rgb(0,102,16); }

 H1.HeaderClassName
 {
   color: #006610;
 }
 .AnyTagClassName
 {
   color: #006610;
 }
</style>

background-color css

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

 a { background-color: rgb(0,102,16); }

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

border-color css

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

 span { border-color: rgb(0,102,16); }

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