Html Css Color HEX #058069 Pine Green

📋 copy color: '#058069'

red 5 ◦ green 128 ◦ blue 105

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

Shades of Pine Green #058069

Tints of Pine Green #058069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.12%

R = 2.1%
G = 53.78%
B = 44.12%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#058069 (or 0x058069) is known color: Pine Green. HEX triplet: 05, 80 and 69. RGB value is (5,128,105). Sum of RGB (Red+Green+Blue) = 5+128+105=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #058069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058069 is #FA7F96. Grayscale: #585858. Windows color (decimal): -16416663 or 6914053. OLE color: 6914053.

HSL color Cylindrical-coordinate representation of color #058069: hue angle of 168.78º 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 #058069 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 128 105 -
CMYK 0.96 0 0.18 0.50
HSL 168.78º 0.92% 0.26% -
HSV(B) 168.78º 0.96% 0.5% -
XYZ 10.33 16.49 16 -
YUV 88.6 137.25 68.37 -
System Red Green Blue C M Y K H S L
Decimal 5 128 105 0.96 0 0.18 0.50 168.78 0.92 0.26
Hex 5 80 69 60 0 12 32 A9 5C 1A
Octal 5 200 151 140 0 22 62 251 134 32
Binary 101 10000000 1101001 1100000 0 10010 110010 10101001 1011100 11010

Color Harmonies of #058069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058069

Black with #058069

Text Example


Text Example

White with #058069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058069; }

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

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

background-color css

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

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

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

border-color css

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

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

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