Html Css Color HEX #00660E Green

📋 copy color: '#00660E'

red 0 ◦ green 102 ◦ blue 14

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

Shades of Green #00660E

Tints of Green #00660E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.07%

R = 0%
G = 87.93%
B = 12.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#00660E (or 0x00660E) is known color: Green. HEX triplet: 00, 66 and 0E. RGB value is (0,102,14). Sum of RGB (Red+Green+Blue) = 0+102+14=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 102 (40.23% from 255 or 87.93% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 102 - color contains mainly: green. Hex color #00660E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00660E is #FF99F1. Grayscale: #3D3D3D. Windows color (decimal): -16751090 or 943616. OLE color: 943616.

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

Color convert

RGB 0 102 14 -
CMYK 1 0 0.86 0.6
HSL 128.24º 1% 0.2% -
HSV(B) 128.24º 1% 0.4% -
XYZ 4.83 9.53 2 -
YUV 61.47 101.21 84.16 -
System Red Green Blue C M Y K H S L
Decimal 0 102 14 1 0 0.86 0.6 128.24 1 0.2
Hex 0 66 E 64 0 56 3C 80 64 14
Octal 0 146 16 144 0 126 74 200 144 24
Binary 0 1100110 1110 1100100 0 1010110 111100 10000000 1100100 10100

Color Harmonies of #00660E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00660E

Black with #00660E

Text Example


Text Example

White with #00660E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00660E; }

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

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

background-color css

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

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

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

border-color css

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

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

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