Html Css Color HEX #057868 Pine Green

📋 copy color: '#057868'

red 5 ◦ green 120 ◦ blue 104

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

Shades of Pine Green #057868

Tints of Pine Green #057868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.41%

R = 2.18%
G = 52.4%
B = 45.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#057868 (or 0x057868) is known color: Pine Green. HEX triplet: 05, 78 and 68. RGB value is (5,120,104). Sum of RGB (Red+Green+Blue) = 5+120+104=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #057868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057868 is #FA8797. Grayscale: #535353. Windows color (decimal): -16418712 or 6846469. OLE color: 6846469.

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

Color convert

RGB 5 120 104 -
CMYK 0.96 0 0.13 0.53
HSL 171.65º 0.92% 0.25% -
HSV(B) 171.65º 0.96% 0.47% -
XYZ 9.28 14.46 15.4 -
YUV 83.79 139.4 71.8 -
System Red Green Blue C M Y K H S L
Decimal 5 120 104 0.96 0 0.13 0.53 171.65 0.92 0.25
Hex 5 78 68 60 0 D 35 AC 5C 19
Octal 5 170 150 140 0 15 65 254 134 31
Binary 101 1111000 1101000 1100000 0 1101 110101 10101100 1011100 11001

Color Harmonies of #057868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057868

Black with #057868

Text Example


Text Example

White with #057868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057868; }

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

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

background-color css

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

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

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

border-color css

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

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

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