Html Css Color HEX #12690D Green

📋 copy color: '#12690D'

red 18 ◦ green 105 ◦ blue 13

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

Shades of Green #12690D

Tints of Green #12690D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 77.21%

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

R = 13.24%
G = 77.21%
B = 9.56%

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

#12690D (or 0x12690D) is known color: Green. HEX triplet: 12, 69 and 0D. RGB value is (18,105,13). Sum of RGB (Red+Green+Blue) = 18+105+13=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 105 (41.41% from 255 or 77.21% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 105 - color contains mainly: green. Hex color #12690D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12690D is #ED96F2. Grayscale: #444444. Windows color (decimal): -15570675 or 878866. OLE color: 878866.

HSL color Cylindrical-coordinate representation of color #12690D: hue angle of 116.74º 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 #12690D is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 13 -
CMYK 0.83 0 0.88 0.59
HSL 116.74º 0.78% 0.23% -
HSV(B) 116.74º 0.88% 0.41% -
XYZ 5.37 10.26 2.08 -
YUV 68.5 96.68 91.98 -
System Red Green Blue C M Y K H S L
Decimal 18 105 13 0.83 0 0.88 0.59 116.74 0.78 0.23
Hex 12 69 D 53 0 58 3B 75 4E 17
Octal 22 151 15 123 0 130 73 165 116 27
Binary 10010 1101001 1101 1010011 0 1011000 111011 1110101 1001110 10111

Color Harmonies of #12690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12690D

Black with #12690D

Text Example


Text Example

White with #12690D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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