Html Css Color HEX #05816C Pine Green

📋 copy color: '#05816C'

red 5 ◦ green 129 ◦ blue 108

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

Shades of Pine Green #05816C

Tints of Pine Green #05816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.31%

 BLUE value IS 108 (42.58% from 255) = 44.63%

R = 2.07%
G = 53.31%
B = 44.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#05816C (or 0x05816C) is known color: Pine Green. HEX triplet: 05, 81 and 6C. RGB value is (5,129,108). Sum of RGB (Red+Green+Blue) = 5+129+108=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #05816C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05816C is #FA7E93. Grayscale: #595959. Windows color (decimal): -16416404 or 7110917. OLE color: 7110917.

HSL color Cylindrical-coordinate representation of color #05816C: hue angle of 169.84º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05816C is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 129 108 -
CMYK 0.96 0 0.16 0.49
HSL 169.84º 0.93% 0.26% -
HSV(B) 169.84º 0.96% 0.51% -
XYZ 10.62 16.82 16.87 -
YUV 89.53 138.42 67.71 -
System Red Green Blue C M Y K H S L
Decimal 5 129 108 0.96 0 0.16 0.49 169.84 0.93 0.26
Hex 5 81 6C 60 0 10 31 AA 5D 1A
Octal 5 201 154 140 0 20 61 252 135 32
Binary 101 10000001 1101100 1100000 0 10000 110001 10101010 1011101 11010

Color Harmonies of #05816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05816C

Black with #05816C

Text Example


Text Example

White with #05816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05816C; }

 p { color: rgb(5,129,108); }

 H1.HeaderClassName
 {
   color: #05816C;
 }
 .AnyTagClassName
 {
   color: #05816C;
 }
</style>

background-color css

<style>
 a { background-color: #05816C; }

 a { background-color: rgb(5,129,108); }

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

border-color css

<style>
 span { border-color: #05816C; }

 span { border-color: rgb(5,129,108); }

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