Html Css Color HEX #06716A Pine Green

📋 copy color: '#06716A'

red 6 ◦ green 113 ◦ blue 106

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

Shades of Pine Green #06716A

Tints of Pine Green #06716A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 47.11%

R = 2.67%
G = 50.22%
B = 47.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#06716A (or 0x06716A) is known color: Pine Green. HEX triplet: 06, 71 and 6A. RGB value is (6,113,106). Sum of RGB (Red+Green+Blue) = 6+113+106=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #06716A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06716A is #F98E95. Grayscale: #505050. Windows color (decimal): -16354966 or 6975750. OLE color: 6975750.

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

Color convert

RGB 6 113 106 -
CMYK 0.95 0 0.06 0.56
HSL 176.07º 0.9% 0.23% -
HSV(B) 176.07º 0.95% 0.44% -
XYZ 8.58 12.89 15.67 -
YUV 80.21 142.55 75.07 -
System Red Green Blue C M Y K H S L
Decimal 6 113 106 0.95 0 0.06 0.56 176.07 0.9 0.23
Hex 6 71 6A 5F 0 6 38 B0 5A 17
Octal 6 161 152 137 0 6 70 260 132 27
Binary 110 1110001 1101010 1011111 0 110 111000 10110000 1011010 10111

Color Harmonies of #06716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06716A

Black with #06716A

Text Example


Text Example

White with #06716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06716A; }

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

 H1.HeaderClassName
 {
   color: #06716A;
 }
 .AnyTagClassName
 {
   color: #06716A;
 }
</style>

background-color css

<style>
 a { background-color: #06716A; }

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

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

border-color css

<style>
 span { border-color: #06716A; }

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

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