Html Css Color HEX #05726A Pine Green

📋 copy color: '#05726A'

red 5 ◦ green 114 ◦ blue 106

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

Shades of Pine Green #05726A

Tints of Pine Green #05726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.67%

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

R = 2.22%
G = 50.67%
B = 47.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#05726A (or 0x05726A) is known color: Pine Green. HEX triplet: 05, 72 and 6A. RGB value is (5,114,106). Sum of RGB (Red+Green+Blue) = 5+114+106=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #05726A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05726A is #FA8D95. Grayscale: #505050. Windows color (decimal): -16420246 or 6976005. OLE color: 6976005.

HSL color Cylindrical-coordinate representation of color #05726A: hue angle of 175.6º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05726A is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 114 106 -
CMYK 0.96 0 0.07 0.55
HSL 175.6º 0.92% 0.23% -
HSV(B) 175.6º 0.96% 0.45% -
XYZ 8.68 13.11 15.71 -
YUV 80.5 142.39 74.15 -
System Red Green Blue C M Y K H S L
Decimal 5 114 106 0.96 0 0.07 0.55 175.6 0.92 0.23
Hex 5 72 6A 60 0 7 37 B0 5C 17
Octal 5 162 152 140 0 7 67 260 134 27
Binary 101 1110010 1101010 1100000 0 111 110111 10110000 1011100 10111

Color Harmonies of #05726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05726A

Black with #05726A

Text Example


Text Example

White with #05726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05726A; }

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

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

background-color css

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

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

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

border-color css

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

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

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