Html Css Color HEX #056F69 Pine Green

📋 copy color: '#056F69'

red 5 ◦ green 111 ◦ blue 105

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

Shades of Pine Green #056F69

Tints of Pine Green #056F69

RGB

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

 GREEN value IS 111 (43.75% from 255) = 50.23%

 BLUE value IS 105 (41.41% from 255) = 47.51%

R = 2.26%
G = 50.23%
B = 47.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#056F69 (or 0x056F69) is known color: Pine Green. HEX triplet: 05, 6F and 69. RGB value is (5,111,105). Sum of RGB (Red+Green+Blue) = 5+111+105=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #056F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056F69 is #FA9096. Grayscale: #4E4E4E. Windows color (decimal): -16421015 or 6909701. OLE color: 6909701.

HSL color Cylindrical-coordinate representation of color #056F69: hue angle of 176.6º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056F69 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 111 105 -
CMYK 0.95 0 0.05 0.56
HSL 176.6º 0.91% 0.23% -
HSV(B) 176.6º 0.95% 0.44% -
XYZ 8.3 12.42 15.32 -
YUV 78.62 142.88 75.49 -
System Red Green Blue C M Y K H S L
Decimal 5 111 105 0.95 0 0.05 0.56 176.6 0.91 0.23
Hex 5 6F 69 5F 0 5 38 B1 5B 17
Octal 5 157 151 137 0 5 70 261 133 27
Binary 101 1101111 1101001 1011111 0 101 111000 10110001 1011011 10111

Color Harmonies of #056F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056F69

Black with #056F69

Text Example


Text Example

White with #056F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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