Html Css Color HEX #05756B Pine Green

📋 copy color: '#05756B'

red 5 ◦ green 117 ◦ blue 107

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

Shades of Pine Green #05756B

Tints of Pine Green #05756B

RGB

 RED value IS 5 (2.34% from 255) = 2.18%

 GREEN value IS 117 (46.09% from 255) = 51.09%

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

R = 2.18%
G = 51.09%
B = 46.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#05756B (or 0x05756B) is known color: Pine Green. HEX triplet: 05, 75 and 6B. RGB value is (5,117,107). Sum of RGB (Red+Green+Blue) = 5+117+107=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #05756B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05756B is #FA8A94. Grayscale: #525252. Windows color (decimal): -16419477 or 7042309. OLE color: 7042309.

HSL color Cylindrical-coordinate representation of color #05756B: hue angle of 174.64º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05756B is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 117 107 -
CMYK 0.96 0 0.09 0.54
HSL 174.64º 0.92% 0.24% -
HSV(B) 174.64º 0.96% 0.46% -
XYZ 9.08 13.82 16.1 -
YUV 82.37 141.89 72.81 -
System Red Green Blue C M Y K H S L
Decimal 5 117 107 0.96 0 0.09 0.54 174.64 0.92 0.24
Hex 5 75 6B 60 0 9 36 AF 5C 18
Octal 5 165 153 140 0 11 66 257 134 30
Binary 101 1110101 1101011 1100000 0 1001 110110 10101111 1011100 11000

Color Harmonies of #05756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05756B

Black with #05756B

Text Example


Text Example

White with #05756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,117,107); }

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

background-color css

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

 a { background-color: rgb(5,117,107); }

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

border-color css

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

 span { border-color: rgb(5,117,107); }

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