Html Css Color HEX #00680C Green

📋 copy color: '#00680C'

red 0 ◦ green 104 ◦ blue 12

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

Shades of Green #00680C

Tints of Green #00680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 89.66%

 BLUE value IS 12 (5.08% from 255) = 10.34%

R = 0%
G = 89.66%
B = 10.34%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#00680C (or 0x00680C) is known color: Green. HEX triplet: 00, 68 and 0C. RGB value is (0,104,12). Sum of RGB (Red+Green+Blue) = 0+104+12=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 104 (41.02% from 255 or 89.66% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 104 - color contains mainly: green. Hex color #00680C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00680C is #FF97F3. Grayscale: #3E3E3E. Windows color (decimal): -16750580 or 813056. OLE color: 813056.

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

Color convert

RGB 0 104 12 -
CMYK 1 0 0.88 0.59
HSL 126.92º 1% 0.2% -
HSV(B) 126.92º 1% 0.41% -
XYZ 5.02 9.93 2 -
YUV 62.42 99.54 83.48 -
System Red Green Blue C M Y K H S L
Decimal 0 104 12 1 0 0.88 0.59 126.92 1 0.2
Hex 0 68 C 64 0 58 3B 7F 64 14
Octal 0 150 14 144 0 130 73 177 144 24
Binary 0 1101000 1100 1100100 0 1011000 111011 1111111 1100100 10100

Color Harmonies of #00680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00680C

Black with #00680C

Text Example


Text Example

White with #00680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00680C; }

 p { color: rgb(0,104,12); }

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

background-color css

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

 a { background-color: rgb(0,104,12); }

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

border-color css

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

 span { border-color: rgb(0,104,12); }

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