Html Css Color HEX #125515 Myrtle

📋 copy color: '#125515'

red 18 ◦ green 85 ◦ blue 21

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

Shades of Myrtle #125515

Tints of Myrtle #125515

RGB

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

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

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

R = 14.52%
G = 68.55%
B = 16.94%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#125515 (or 0x125515) is known color: Myrtle. HEX triplet: 12, 55 and 15. RGB value is (18,85,21). Sum of RGB (Red+Green+Blue) = 18+85+21=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 85 (33.59% from 255 or 68.55% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 85 - color contains mainly: green. Hex color #125515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125515 is #EDAAEA. Grayscale: #393939. Windows color (decimal): -15575787 or 1398034. OLE color: 1398034.

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

Color convert

RGB 18 85 21 -
CMYK 0.79 0 0.75 0.67
HSL 122.69º 0.65% 0.2% -
HSV(B) 122.69º 0.79% 0.33% -
XYZ 3.63 6.68 1.81 -
YUV 57.67 107.3 99.7 -
System Red Green Blue C M Y K H S L
Decimal 18 85 21 0.79 0 0.75 0.67 122.69 0.65 0.2
Hex 12 55 15 4F 0 4B 43 7B 41 14
Octal 22 125 25 117 0 113 103 173 101 24
Binary 10010 1010101 10101 1001111 0 1001011 1000011 1111011 1000001 10100

Color Harmonies of #125515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125515

Black with #125515

Text Example


Text Example

White with #125515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125515; }

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

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

background-color css

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

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

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

border-color css

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

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

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