Html Css Color HEX #125502 Myrtle

📋 copy color: '#125502'

red 18 ◦ green 85 ◦ blue 2

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

Shades of Myrtle #125502

Tints of Myrtle #125502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.9%

R = 17.14%
G = 80.95%
B = 1.9%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#125502 (or 0x125502) is known color: Myrtle. HEX triplet: 12, 55 and 02. RGB value is (18,85,2). Sum of RGB (Red+Green+Blue) = 18+85+2=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 85 (33.59% from 255 or 80.95% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 85 - color contains mainly: green. Hex color #125502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125502 is #EDAAFD. Grayscale: #373737. Windows color (decimal): -15575806 or 152850. OLE color: 152850.

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

Color convert

RGB 18 85 2 -
CMYK 0.79 0 0.98 0.67
HSL 108.43º 0.95% 0.17% -
HSV(B) 108.43º 0.98% 0.33% -
XYZ 3.51 6.63 1.15 -
YUV 55.51 97.8 101.25 -
System Red Green Blue C M Y K H S L
Decimal 18 85 2 0.79 0 0.98 0.67 108.43 0.95 0.17
Hex 12 55 2 4F 0 62 43 6C 5F 11
Octal 22 125 2 117 0 142 103 154 137 21
Binary 10010 1010101 10 1001111 0 1100010 1000011 1101100 1011111 10001

Color Harmonies of #125502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125502

Black with #125502

Text Example


Text Example

White with #125502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125502; }

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

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

background-color css

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

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

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

border-color css

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

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

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