Html Css Color HEX #05776B Pine Green

📋 copy color: '#05776B'

red 5 ◦ green 119 ◦ blue 107

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

Shades of Pine Green #05776B

Tints of Pine Green #05776B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.52%

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

R = 2.16%
G = 51.52%
B = 46.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#05776B (or 0x05776B) is known color: Pine Green. HEX triplet: 05, 77 and 6B. RGB value is (5,119,107). Sum of RGB (Red+Green+Blue) = 5+119+107=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #05776B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05776B is #FA8894. Grayscale: #535353. Windows color (decimal): -16418965 or 7042821. OLE color: 7042821.

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

Color convert

RGB 5 119 107 -
CMYK 0.96 0 0.10 0.53
HSL 173.68º 0.92% 0.24% -
HSV(B) 173.68º 0.96% 0.47% -
XYZ 9.31 14.29 16.18 -
YUV 83.55 141.23 71.98 -
System Red Green Blue C M Y K H S L
Decimal 5 119 107 0.96 0 0.10 0.53 173.68 0.92 0.24
Hex 5 77 6B 60 0 A 35 AE 5C 18
Octal 5 167 153 140 0 12 65 256 134 30
Binary 101 1110111 1101011 1100000 0 1010 110101 10101110 1011100 11000

Color Harmonies of #05776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05776B

Black with #05776B

Text Example


Text Example

White with #05776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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