Html Css Color HEX #12680D Green

📋 copy color: '#12680D'

red 18 ◦ green 104 ◦ blue 13

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

Shades of Green #12680D

Tints of Green #12680D

RGB

 RED value IS 18 (7.42% from 255) = 13.33%

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

 BLUE value IS 13 (5.47% from 255) = 9.63%

R = 13.33%
G = 77.04%
B = 9.63%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#12680D (or 0x12680D) is known color: Green. HEX triplet: 12, 68 and 0D. RGB value is (18,104,13). Sum of RGB (Red+Green+Blue) = 18+104+13=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 104 (41.02% from 255 or 77.04% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 104 - color contains mainly: green. Hex color #12680D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12680D is #ED97F2. Grayscale: #444444. Windows color (decimal): -15570931 or 878610. OLE color: 878610.

HSL color Cylindrical-coordinate representation of color #12680D: hue angle of 116.7º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12680D is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 104 13 -
CMYK 0.83 0 0.88 0.59
HSL 116.7º 0.78% 0.23% -
HSV(B) 116.7º 0.88% 0.41% -
XYZ 5.27 10.06 2.04 -
YUV 67.91 97.01 92.4 -
System Red Green Blue C M Y K H S L
Decimal 18 104 13 0.83 0 0.88 0.59 116.7 0.78 0.23
Hex 12 68 D 53 0 58 3B 75 4E 17
Octal 22 150 15 123 0 130 73 165 116 27
Binary 10010 1101000 1101 1010011 0 1011000 111011 1110101 1001110 10111

Color Harmonies of #12680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12680D

Black with #12680D

Text Example


Text Example

White with #12680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12680D; }

 p { color: rgb(18,104,13); }

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

background-color css

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

 a { background-color: rgb(18,104,13); }

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

border-color css

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

 span { border-color: rgb(18,104,13); }

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