Html Css Color HEX #06530F Myrtle

📋 copy color: '#06530F'

red 6 ◦ green 83 ◦ blue 15

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

Shades of Myrtle #06530F

Tints of Myrtle #06530F

RGB

 RED value IS 6 (2.73% from 255) = 5.77%

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

 BLUE value IS 15 (6.25% from 255) = 14.42%

R = 5.77%
G = 79.81%
B = 14.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#06530F (or 0x06530F) is known color: Myrtle. HEX triplet: 06, 53 and 0F. RGB value is (6,83,15). Sum of RGB (Red+Green+Blue) = 6+83+15=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 83 (32.81% from 255 or 79.81% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 83 - color contains mainly: green. Hex color #06530F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06530F is #F9ACF0. Grayscale: #343434. Windows color (decimal): -16362737 or 1004294. OLE color: 1004294.

HSL color Cylindrical-coordinate representation of color #06530F: hue angle of 127.01º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06530F is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 83 15 -
CMYK 0.93 0 0.82 0.67
HSL 127.01º 0.87% 0.17% -
HSV(B) 127.01º 0.93% 0.33% -
XYZ 3.25 6.26 1.49 -
YUV 52.23 106.99 95.03 -
System Red Green Blue C M Y K H S L
Decimal 6 83 15 0.93 0 0.82 0.67 127.01 0.87 0.17
Hex 6 53 F 5D 0 52 43 7F 57 11
Octal 6 123 17 135 0 122 103 177 127 21
Binary 110 1010011 1111 1011101 0 1010010 1000011 1111111 1010111 10001

Color Harmonies of #06530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06530F

Black with #06530F

Text Example


Text Example

White with #06530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06530F; }

 p { color: rgb(6,83,15); }

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

background-color css

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

 a { background-color: rgb(6,83,15); }

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

border-color css

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

 span { border-color: rgb(6,83,15); }

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