Html Css Color HEX #06713B Jewel

📋 copy color: '#06713B'

red 6 ◦ green 113 ◦ blue 59

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

Shades of Jewel #06713B

Tints of Jewel #06713B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 63.48%

 BLUE value IS 59 (23.44% from 255) = 33.15%

R = 3.37%
G = 63.48%
B = 33.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#06713B (or 0x06713B) is known color: Jewel. HEX triplet: 06, 71 and 3B. RGB value is (6,113,59). Sum of RGB (Red+Green+Blue) = 6+113+59=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 113 (44.53% from 255 or 63.48% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 113 - color contains mainly: green. Hex color #06713B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06713B is #F98EC4. Grayscale: #4A4A4A. Windows color (decimal): -16355013 or 3895558. OLE color: 3895558.

HSL color Cylindrical-coordinate representation of color #06713B: hue angle of 149.72º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06713B is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 113 59 -
CMYK 0.95 0 0.48 0.56
HSL 149.72º 0.9% 0.23% -
HSV(B) 149.72º 0.95% 0.44% -
XYZ 6.77 12.16 6.13 -
YUV 74.85 119.05 78.89 -
System Red Green Blue C M Y K H S L
Decimal 6 113 59 0.95 0 0.48 0.56 149.72 0.9 0.23
Hex 6 71 3B 5F 0 30 38 96 5A 17
Octal 6 161 73 137 0 60 70 226 132 27
Binary 110 1110001 111011 1011111 0 110000 111000 10010110 1011010 10111

Color Harmonies of #06713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06713B

Black with #06713B

Text Example


Text Example

White with #06713B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06713B; }

 p { color: rgb(6,113,59); }

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

background-color css

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

 a { background-color: rgb(6,113,59); }

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

border-color css

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

 span { border-color: rgb(6,113,59); }

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