Html Css Color HEX #12750F Green

📋 copy color: '#12750F'

red 18 ◦ green 117 ◦ blue 15

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

Shades of Green #12750F

Tints of Green #12750F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 78%

 BLUE value IS 15 (6.25% from 255) = 10%

R = 12%
G = 78%
B = 10%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#12750F (or 0x12750F) is known color: Green. HEX triplet: 12, 75 and 0F. RGB value is (18,117,15). Sum of RGB (Red+Green+Blue) = 18+117+15=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 117 (46.09% from 255 or 78% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 117 - color contains mainly: green. Hex color #12750F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12750F is #ED8AF0. Grayscale: #4C4C4C. Windows color (decimal): -15567601 or 1013010. OLE color: 1013010.

HSL color Cylindrical-coordinate representation of color #12750F: hue angle of 118.24º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12750F is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 15 -
CMYK 0.85 0 0.87 0.54
HSL 118.24º 0.77% 0.26% -
HSV(B) 118.24º 0.87% 0.46% -
XYZ 6.7 12.89 2.59 -
YUV 75.77 93.7 86.79 -
System Red Green Blue C M Y K H S L
Decimal 18 117 15 0.85 0 0.87 0.54 118.24 0.77 0.26
Hex 12 75 F 55 0 57 36 76 4D 1A
Octal 22 165 17 125 0 127 66 166 115 32
Binary 10010 1110101 1111 1010101 0 1010111 110110 1110110 1001101 11010

Color Harmonies of #12750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12750F

Black with #12750F

Text Example


Text Example

White with #12750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12750F; }

 p { color: rgb(18,117,15); }

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

background-color css

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

 a { background-color: rgb(18,117,15); }

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

border-color css

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

 span { border-color: rgb(18,117,15); }

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