Html Css Color HEX #05816B Pine Green

📋 copy color: '#05816B'

red 5 ◦ green 129 ◦ blue 107

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

Shades of Pine Green #05816B

Tints of Pine Green #05816B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.4%

R = 2.07%
G = 53.53%
B = 44.4%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#05816B (or 0x05816B) is known color: Pine Green. HEX triplet: 05, 81 and 6B. RGB value is (5,129,107). Sum of RGB (Red+Green+Blue) = 5+129+107=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #05816B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05816B is #FA7E94. Grayscale: #595959. Windows color (decimal): -16416405 or 7045381. OLE color: 7045381.

HSL color Cylindrical-coordinate representation of color #05816B: hue angle of 169.35º 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 #05816B is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 129 107 -
CMYK 0.96 0 0.17 0.49
HSL 169.35º 0.93% 0.26% -
HSV(B) 169.35º 0.96% 0.51% -
XYZ 10.57 16.79 16.59 -
YUV 89.42 137.92 67.79 -
System Red Green Blue C M Y K H S L
Decimal 5 129 107 0.96 0 0.17 0.49 169.35 0.93 0.26
Hex 5 81 6B 60 0 11 31 A9 5D 1A
Octal 5 201 153 140 0 21 61 251 135 32
Binary 101 10000001 1101011 1100000 0 10001 110001 10101001 1011101 11010

Color Harmonies of #05816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05816B

Black with #05816B

Text Example


Text Example

White with #05816B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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