Html Css Color HEX #056B68 Pine Green

📋 copy color: '#056B68'

red 5 ◦ green 107 ◦ blue 104

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

Shades of Pine Green #056B68

Tints of Pine Green #056B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 49.54%

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

R = 2.31%
G = 49.54%
B = 48.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#056B68 (or 0x056B68) is known color: Pine Green. HEX triplet: 05, 6B and 68. RGB value is (5,107,104). Sum of RGB (Red+Green+Blue) = 5+107+104=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 107 (42.19% from 255 or 49.54% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 107 - color contains mainly: green. Hex color #056B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056B68 is #FA9497. Grayscale: #4C4C4C. Windows color (decimal): -16422040 or 6843141. OLE color: 6843141.

HSL color Cylindrical-coordinate representation of color #056B68: hue angle of 178.24º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056B68 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 107 104 -
CMYK 0.95 0 0.03 0.58
HSL 178.24º 0.91% 0.22% -
HSV(B) 178.24º 0.95% 0.42% -
XYZ 7.82 11.55 14.91 -
YUV 76.16 143.71 77.24 -
System Red Green Blue C M Y K H S L
Decimal 5 107 104 0.95 0 0.03 0.58 178.24 0.91 0.22
Hex 5 6B 68 5F 0 3 3A B2 5B 16
Octal 5 153 150 137 0 3 72 262 133 26
Binary 101 1101011 1101000 1011111 0 11 111010 10110010 1011011 10110

Color Harmonies of #056B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B68

Black with #056B68

Text Example


Text Example

White with #056B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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