Html Css Color HEX #083C0C Myrtle

📋 copy color: '#083C0C'

red 8 ◦ green 60 ◦ blue 12

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

Shades of Myrtle #083C0C

Tints of Myrtle #083C0C

RGB

 RED value IS 8 (3.52% from 255) = 10%

 GREEN value IS 60 (23.83% from 255) = 75%

 BLUE value IS 12 (5.08% from 255) = 15%

R = 10%
G = 75%
B = 15%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.80

 K value IS 0.76

RGB Variations

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

Color information

#083C0C (or 0x083C0C) is known color: Myrtle. HEX triplet: 08, 3C and 0C. RGB value is (8,60,12). Sum of RGB (Red+Green+Blue) = 8+60+12=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 60 (23.83% from 255 or 75% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 60 - color contains mainly: green. Hex color #083C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083C0C is #F7C3F3. Grayscale: #272727. Windows color (decimal): -16237556 or 801800. OLE color: 801800.

HSL color Cylindrical-coordinate representation of color #083C0C: hue angle of 124.62º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083C0C is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB 8 60 12 -
CMYK 0.87 0 0.80 0.76
HSL 124.62º 0.76% 0.13% -
HSV(B) 124.62º 0.87% 0.24% -
XYZ 1.78 3.31 0.89 -
YUV 38.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 8 60 12 0.87 0 0.80 0.76 124.62 0.76 0.13
Hex 8 3C C 57 0 50 4C 7D 4C D
Octal 10 74 14 127 0 120 114 175 114 15
Binary 1000 111100 1100 1010111 0 1010000 1001100 1111101 1001100 1101

Color Harmonies of #083C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083C0C

Black with #083C0C

Text Example


Text Example

White with #083C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083C0C; }

 p { color: rgb(8,60,12); }

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

background-color css

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

 a { background-color: rgb(8,60,12); }

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

border-color css

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

 span { border-color: rgb(8,60,12); }

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