Html Css Color HEX #124B08 Myrtle

📋 copy color: '#124B08'

red 18 ◦ green 75 ◦ blue 8

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

Shades of Myrtle #124B08

Tints of Myrtle #124B08

RGB

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

 GREEN value IS 75 (29.69% from 255) = 74.26%

 BLUE value IS 8 (3.52% from 255) = 7.92%

R = 17.82%
G = 74.26%
B = 7.92%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#124B08 (or 0x124B08) is known color: Myrtle. HEX triplet: 12, 4B and 08. RGB value is (18,75,8). Sum of RGB (Red+Green+Blue) = 18+75+8=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 75 (29.69% from 255 or 74.26% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 75 - color contains mainly: green. Hex color #124B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124B08 is #EDB4F7. Grayscale: #323232. Windows color (decimal): -15578360 or 543506. OLE color: 543506.

HSL color Cylindrical-coordinate representation of color #124B08: hue angle of 111.04º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124B08 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 75 8 -
CMYK 0.76 0 0.89 0.71
HSL 111.04º 0.81% 0.16% -
HSV(B) 111.04º 0.89% 0.29% -
XYZ 2.81 5.18 1.08 -
YUV 50.32 104.12 104.95 -
System Red Green Blue C M Y K H S L
Decimal 18 75 8 0.76 0 0.89 0.71 111.04 0.81 0.16
Hex 12 4B 8 4C 0 59 47 6F 51 10
Octal 22 113 10 114 0 131 107 157 121 20
Binary 10010 1001011 1000 1001100 0 1011001 1000111 1101111 1010001 10000

Color Harmonies of #124B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124B08

Black with #124B08

Text Example


Text Example

White with #124B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124B08; }

 p { color: rgb(18,75,8); }

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

background-color css

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

 a { background-color: rgb(18,75,8); }

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

border-color css

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

 span { border-color: rgb(18,75,8); }

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