Html Css Color HEX #06716B Pine Green

📋 copy color: '#06716B'

red 6 ◦ green 113 ◦ blue 107

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

Shades of Pine Green #06716B

Tints of Pine Green #06716B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 47.35%

R = 2.65%
G = 50%
B = 47.35%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#06716B (or 0x06716B) is known color: Pine Green. HEX triplet: 06, 71 and 6B. RGB value is (6,113,107). Sum of RGB (Red+Green+Blue) = 6+113+107=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #06716B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06716B is #F98E94. Grayscale: #505050. Windows color (decimal): -16354965 or 7041286. OLE color: 7041286.

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

Color convert

RGB 6 113 107 -
CMYK 0.95 0 0.05 0.56
HSL 176.64º 0.9% 0.23% -
HSV(B) 176.64º 0.95% 0.44% -
XYZ 8.63 12.91 15.95 -
YUV 80.32 143.05 74.99 -
System Red Green Blue C M Y K H S L
Decimal 6 113 107 0.95 0 0.05 0.56 176.64 0.9 0.23
Hex 6 71 6B 5F 0 5 38 B1 5A 17
Octal 6 161 153 137 0 5 70 261 132 27
Binary 110 1110001 1101011 1011111 0 101 111000 10110001 1011010 10111

Color Harmonies of #06716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06716B

Black with #06716B

Text Example


Text Example

White with #06716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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