Html Css Color HEX #05786C Pine Green

📋 copy color: '#05786C'

red 5 ◦ green 120 ◦ blue 108

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

Shades of Pine Green #05786C

Tints of Pine Green #05786C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.35%

R = 2.15%
G = 51.5%
B = 46.35%

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

#05786C (or 0x05786C) is known color: Pine Green. HEX triplet: 05, 78 and 6C. RGB value is (5,120,108). Sum of RGB (Red+Green+Blue) = 5+120+108=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #05786C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05786C is #FA8793. Grayscale: #545454. Windows color (decimal): -16418708 or 7108613. OLE color: 7108613.

HSL color Cylindrical-coordinate representation of color #05786C: hue angle of 173.74º 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 #05786C is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 120 108 -
CMYK 0.96 0 0.10 0.53
HSL 173.74º 0.92% 0.25% -
HSV(B) 173.74º 0.96% 0.47% -
XYZ 9.49 14.55 16.5 -
YUV 84.25 141.4 71.48 -
System Red Green Blue C M Y K H S L
Decimal 5 120 108 0.96 0 0.10 0.53 173.74 0.92 0.25
Hex 5 78 6C 60 0 A 35 AE 5C 19
Octal 5 170 154 140 0 12 65 256 134 31
Binary 101 1111000 1101100 1100000 0 1010 110101 10101110 1011100 11001

Color Harmonies of #05786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05786C

Black with #05786C

Text Example


Text Example

White with #05786C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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