Html Css Color HEX #057B72 Pine Green

📋 copy color: '#057B72'

red 5 ◦ green 123 ◦ blue 114

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

Shades of Pine Green #057B72

Tints of Pine Green #057B72

RGB

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

 GREEN value IS 123 (48.44% from 255) = 50.83%

 BLUE value IS 114 (44.92% from 255) = 47.11%

R = 2.07%
G = 50.83%
B = 47.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#057B72 (or 0x057B72) is known color: Pine Green. HEX triplet: 05, 7B and 72. RGB value is (5,123,114). Sum of RGB (Red+Green+Blue) = 5+123+114=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #057B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B72 is #FA848D. Grayscale: #565656. Windows color (decimal): -16417934 or 7502597. OLE color: 7502597.

HSL color Cylindrical-coordinate representation of color #057B72: hue angle of 175.42º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057B72 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 123 114 -
CMYK 0.96 0 0.07 0.52
HSL 175.42º 0.92% 0.25% -
HSV(B) 175.42º 0.96% 0.48% -
XYZ 10.18 15.41 18.36 -
YUV 86.69 143.41 69.73 -
System Red Green Blue C M Y K H S L
Decimal 5 123 114 0.96 0 0.07 0.52 175.42 0.92 0.25
Hex 5 7B 72 60 0 7 34 AF 5C 19
Octal 5 173 162 140 0 7 64 257 134 31
Binary 101 1111011 1110010 1100000 0 111 110100 10101111 1011100 11001

Color Harmonies of #057B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057B72

Black with #057B72

Text Example


Text Example

White with #057B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057B72; }

 p { color: rgb(5,123,114); }

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

background-color css

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

 a { background-color: rgb(5,123,114); }

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

border-color css

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

 span { border-color: rgb(5,123,114); }

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