Html Css Color HEX #126715 Green

📋 copy color: '#126715'

red 18 ◦ green 103 ◦ blue 21

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

Shades of Green #126715

Tints of Green #126715

RGB

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

 GREEN value IS 103 (40.63% from 255) = 72.54%

 BLUE value IS 21 (8.59% from 255) = 14.79%

R = 12.68%
G = 72.54%
B = 14.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#126715 (or 0x126715) is known color: Green. HEX triplet: 12, 67 and 15. RGB value is (18,103,21). Sum of RGB (Red+Green+Blue) = 18+103+21=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 103 (40.62% from 255 or 72.54% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 103 - color contains mainly: green. Hex color #126715 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126715 is #ED98EA. Grayscale: #444444. Windows color (decimal): -15571179 or 1402642. OLE color: 1402642.

HSL color Cylindrical-coordinate representation of color #126715: hue angle of 122.12º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126715 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 103 21 -
CMYK 0.83 0 0.80 0.60
HSL 122.12º 0.7% 0.24% -
HSV(B) 122.12º 0.83% 0.4% -
XYZ 5.24 9.88 2.34 -
YUV 68.24 101.34 92.17 -
System Red Green Blue C M Y K H S L
Decimal 18 103 21 0.83 0 0.80 0.60 122.12 0.7 0.24
Hex 12 67 15 53 0 50 3C 7A 46 18
Octal 22 147 25 123 0 120 74 172 106 30
Binary 10010 1100111 10101 1010011 0 1010000 111100 1111010 1000110 11000

Color Harmonies of #126715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126715

Black with #126715

Text Example


Text Example

White with #126715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126715; }

 p { color: rgb(18,103,21); }

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

background-color css

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

 a { background-color: rgb(18,103,21); }

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

border-color css

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

 span { border-color: rgb(18,103,21); }

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