Html Css Color HEX #06713C Jewel

📋 copy color: '#06713C'

red 6 ◦ green 113 ◦ blue 60

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

Shades of Jewel #06713C

Tints of Jewel #06713C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.52%

R = 3.35%
G = 63.13%
B = 33.52%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#06713C (or 0x06713C) is known color: Jewel. HEX triplet: 06, 71 and 3C. RGB value is (6,113,60). Sum of RGB (Red+Green+Blue) = 6+113+60=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 113 (44.53% from 255 or 63.13% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 113 - color contains mainly: green. Hex color #06713C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06713C is #F98EC3. Grayscale: #4B4B4B. Windows color (decimal): -16355012 or 3961094. OLE color: 3961094.

HSL color Cylindrical-coordinate representation of color #06713C: hue angle of 150.28º 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 #06713C is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 113 60 -
CMYK 0.95 0 0.47 0.56
HSL 150.28º 0.9% 0.23% -
HSV(B) 150.28º 0.95% 0.44% -
XYZ 6.8 12.18 6.27 -
YUV 74.97 119.55 78.81 -
System Red Green Blue C M Y K H S L
Decimal 6 113 60 0.95 0 0.47 0.56 150.28 0.9 0.23
Hex 6 71 3C 5F 0 2F 38 96 5A 17
Octal 6 161 74 137 0 57 70 226 132 27
Binary 110 1110001 111100 1011111 0 101111 111000 10010110 1011010 10111

Color Harmonies of #06713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06713C

Black with #06713C

Text Example


Text Example

White with #06713C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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