Html Css Color HEX #05806D Pine Green

📋 copy color: '#05806D'

red 5 ◦ green 128 ◦ blue 109

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

Shades of Pine Green #05806D

Tints of Pine Green #05806D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.89%

 BLUE value IS 109 (42.97% from 255) = 45.04%

R = 2.07%
G = 52.89%
B = 45.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#05806D (or 0x05806D) is known color: Pine Green. HEX triplet: 05, 80 and 6D. RGB value is (5,128,109). Sum of RGB (Red+Green+Blue) = 5+128+109=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 128 (50.39% from 255 or 52.89% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 128 - color contains mainly: green. Hex color #05806D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05806D is #FA7F92. Grayscale: #595959. Windows color (decimal): -16416659 or 7176197. OLE color: 7176197.

HSL color Cylindrical-coordinate representation of color #05806D: hue angle of 170.73º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05806D is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 128 109 -
CMYK 0.96 0 0.15 0.50
HSL 170.73º 0.92% 0.26% -
HSV(B) 170.73º 0.96% 0.5% -
XYZ 10.54 16.57 17.11 -
YUV 89.06 139.25 68.04 -
System Red Green Blue C M Y K H S L
Decimal 5 128 109 0.96 0 0.15 0.50 170.73 0.92 0.26
Hex 5 80 6D 60 0 F 32 AB 5C 1A
Octal 5 200 155 140 0 17 62 253 134 32
Binary 101 10000000 1101101 1100000 0 1111 110010 10101011 1011100 11010

Color Harmonies of #05806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05806D

Black with #05806D

Text Example


Text Example

White with #05806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05806D; }

 p { color: rgb(5,128,109); }

 H1.HeaderClassName
 {
   color: #05806D;
 }
 .AnyTagClassName
 {
   color: #05806D;
 }
</style>

background-color css

<style>
 a { background-color: #05806D; }

 a { background-color: rgb(5,128,109); }

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

border-color css

<style>
 span { border-color: #05806D; }

 span { border-color: rgb(5,128,109); }

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