Html Css Color HEX #06713D Jewel

📋 copy color: '#06713D'

red 6 ◦ green 113 ◦ blue 61

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

Shades of Jewel #06713D

Tints of Jewel #06713D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 33.89%

R = 3.33%
G = 62.78%
B = 33.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#06713D (or 0x06713D) is known color: Jewel. HEX triplet: 06, 71 and 3D. RGB value is (6,113,61). Sum of RGB (Red+Green+Blue) = 6+113+61=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #06713D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06713D is #F98EC2. Grayscale: #4B4B4B. Windows color (decimal): -16355011 or 4026630. OLE color: 4026630.

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

Color convert

RGB 6 113 61 -
CMYK 0.95 0 0.46 0.56
HSL 150.84º 0.9% 0.23% -
HSV(B) 150.84º 0.95% 0.44% -
XYZ 6.82 12.19 6.41 -
YUV 75.08 120.05 78.73 -
System Red Green Blue C M Y K H S L
Decimal 6 113 61 0.95 0 0.46 0.56 150.84 0.9 0.23
Hex 6 71 3D 5F 0 2E 38 97 5A 17
Octal 6 161 75 137 0 56 70 227 132 27
Binary 110 1110001 111101 1011111 0 101110 111000 10010111 1011010 10111

Color Harmonies of #06713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06713D

Black with #06713D

Text Example


Text Example

White with #06713D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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