Html Css Color HEX #056F6A Pine Green

📋 copy color: '#056F6A'

red 5 ◦ green 111 ◦ blue 106

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

Shades of Pine Green #056F6A

Tints of Pine Green #056F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 47.75%

R = 2.25%
G = 50%
B = 47.75%

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

#056F6A (or 0x056F6A) is known color: Pine Green. HEX triplet: 05, 6F and 6A. RGB value is (5,111,106). Sum of RGB (Red+Green+Blue) = 5+111+106=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #056F6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056F6A is #FA9095. Grayscale: #4E4E4E. Windows color (decimal): -16421014 or 6975237. OLE color: 6975237.

HSL color Cylindrical-coordinate representation of color #056F6A: hue angle of 177.17º 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 #056F6A is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 111 106 -
CMYK 0.95 0 0.05 0.56
HSL 177.17º 0.91% 0.23% -
HSV(B) 177.17º 0.95% 0.44% -
XYZ 8.35 12.44 15.6 -
YUV 78.74 143.38 75.41 -
System Red Green Blue C M Y K H S L
Decimal 5 111 106 0.95 0 0.05 0.56 177.17 0.91 0.23
Hex 5 6F 6A 5F 0 5 38 B1 5B 17
Octal 5 157 152 137 0 5 70 261 133 27
Binary 101 1101111 1101010 1011111 0 101 111000 10110001 1011011 10111

Color Harmonies of #056F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056F6A

Black with #056F6A

Text Example


Text Example

White with #056F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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