Html Css Color HEX #125510 Myrtle

📋 copy color: '#125510'

red 18 ◦ green 85 ◦ blue 16

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

Shades of Myrtle #125510

Tints of Myrtle #125510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 71.43%

 BLUE value IS 16 (6.64% from 255) = 13.45%

R = 15.13%
G = 71.43%
B = 13.45%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#125510 (or 0x125510) is known color: Myrtle. HEX triplet: 12, 55 and 10. RGB value is (18,85,16). Sum of RGB (Red+Green+Blue) = 18+85+16=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 85 (33.59% from 255 or 71.43% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 85 - color contains mainly: green. Hex color #125510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125510 is #EDAAEF. Grayscale: #393939. Windows color (decimal): -15575792 or 1070354. OLE color: 1070354.

HSL color Cylindrical-coordinate representation of color #125510: hue angle of 118.26º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125510 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 85 16 -
CMYK 0.79 0 0.81 0.67
HSL 118.26º 0.68% 0.2% -
HSV(B) 118.26º 0.81% 0.33% -
XYZ 3.59 6.66 1.59 -
YUV 57.1 104.8 100.11 -
System Red Green Blue C M Y K H S L
Decimal 18 85 16 0.79 0 0.81 0.67 118.26 0.68 0.2
Hex 12 55 10 4F 0 51 43 76 44 14
Octal 22 125 20 117 0 121 103 166 104 24
Binary 10010 1010101 10000 1001111 0 1010001 1000011 1110110 1000100 10100

Color Harmonies of #125510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125510

Black with #125510

Text Example


Text Example

White with #125510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125510; }

 p { color: rgb(18,85,16); }

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

background-color css

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

 a { background-color: rgb(18,85,16); }

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

border-color css

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

 span { border-color: rgb(18,85,16); }

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