Html Css Color HEX #125307 Myrtle

📋 copy color: '#125307'

red 18 ◦ green 83 ◦ blue 7

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

Shades of Myrtle #125307

Tints of Myrtle #125307

RGB

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

 GREEN value IS 83 (32.81% from 255) = 76.85%

 BLUE value IS 7 (3.13% from 255) = 6.48%

R = 16.67%
G = 76.85%
B = 6.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#125307 (or 0x125307) is known color: Myrtle. HEX triplet: 12, 53 and 07. RGB value is (18,83,7). Sum of RGB (Red+Green+Blue) = 18+83+7=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 83 (32.81% from 255 or 76.85% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 83 - color contains mainly: green. Hex color #125307 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125307 is #EDACF8. Grayscale: #373737. Windows color (decimal): -15576313 or 480018. OLE color: 480018.

HSL color Cylindrical-coordinate representation of color #125307: hue angle of 111.32º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #125307 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 83 7 -
CMYK 0.78 0 0.92 0.67
HSL 111.32º 0.84% 0.18% -
HSV(B) 111.32º 0.92% 0.33% -
XYZ 3.38 6.33 1.24 -
YUV 54.9 100.97 101.68 -
System Red Green Blue C M Y K H S L
Decimal 18 83 7 0.78 0 0.92 0.67 111.32 0.84 0.18
Hex 12 53 7 4E 0 5C 43 6F 54 12
Octal 22 123 7 116 0 134 103 157 124 22
Binary 10010 1010011 111 1001110 0 1011100 1000011 1101111 1010100 10010

Color Harmonies of #125307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125307

Black with #125307

Text Example


Text Example

White with #125307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125307; }

 p { color: rgb(18,83,7); }

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

background-color css

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

 a { background-color: rgb(18,83,7); }

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

border-color css

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

 span { border-color: rgb(18,83,7); }

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