Html Css Color HEX #05786F Pine Green

📋 copy color: '#05786F'

red 5 ◦ green 120 ◦ blue 111

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

Shades of Pine Green #05786F

Tints of Pine Green #05786F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.85%

 BLUE value IS 111 (43.75% from 255) = 47.03%

R = 2.12%
G = 50.85%
B = 47.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#05786F (or 0x05786F) is known color: Pine Green. HEX triplet: 05, 78 and 6F. RGB value is (5,120,111). Sum of RGB (Red+Green+Blue) = 5+120+111=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #05786F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05786F is #FA8790. Grayscale: #545454. Windows color (decimal): -16418705 or 7305221. OLE color: 7305221.

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

Color convert

RGB 5 120 111 -
CMYK 0.96 0 0.08 0.53
HSL 175.3º 0.92% 0.25% -
HSV(B) 175.3º 0.96% 0.47% -
XYZ 9.65 14.61 17.35 -
YUV 84.59 142.9 71.23 -
System Red Green Blue C M Y K H S L
Decimal 5 120 111 0.96 0 0.08 0.53 175.3 0.92 0.25
Hex 5 78 6F 60 0 8 35 AF 5C 19
Octal 5 170 157 140 0 10 65 257 134 31
Binary 101 1111000 1101111 1100000 0 1000 110101 10101111 1011100 11001

Color Harmonies of #05786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05786F

Black with #05786F

Text Example


Text Example

White with #05786F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05786F; }

 p { color: rgb(5,120,111); }

 H1.HeaderClassName
 {
   color: #05786F;
 }
 .AnyTagClassName
 {
   color: #05786F;
 }
</style>

background-color css

<style>
 a { background-color: #05786F; }

 a { background-color: rgb(5,120,111); }

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

border-color css

<style>
 span { border-color: #05786F; }

 span { border-color: rgb(5,120,111); }

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