Html Css Color HEX #088472 Pine Green

📋 copy color: '#088472'

red 8 ◦ green 132 ◦ blue 114

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

Shades of Pine Green #088472

Tints of Pine Green #088472

RGB

 RED value IS 8 (3.52% from 255) = 3.15%

 GREEN value IS 132 (51.95% from 255) = 51.97%

 BLUE value IS 114 (44.92% from 255) = 44.88%

R = 3.15%
G = 51.97%
B = 44.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#088472 (or 0x088472) is known color: Pine Green. HEX triplet: 08, 84 and 72. RGB value is (8,132,114). Sum of RGB (Red+Green+Blue) = 8+132+114=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #088472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088472 is #F77B8D. Grayscale: #5C5C5C. Windows color (decimal): -16219022 or 7504904. OLE color: 7504904.

HSL color Cylindrical-coordinate representation of color #088472: hue angle of 171.29º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088472 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 132 114 -
CMYK 0.94 0 0.14 0.48
HSL 171.29º 0.89% 0.27% -
HSV(B) 171.29º 0.94% 0.52% -
XYZ 11.39 17.77 18.75 -
YUV 92.87 139.92 67.46 -
System Red Green Blue C M Y K H S L
Decimal 8 132 114 0.94 0 0.14 0.48 171.29 0.89 0.27
Hex 8 84 72 5E 0 E 30 AB 59 1B
Octal 10 204 162 136 0 16 60 253 131 33
Binary 1000 10000100 1110010 1011110 0 1110 110000 10101011 1011001 11011

Color Harmonies of #088472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088472

Black with #088472

Text Example


Text Example

White with #088472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088472; }

 p { color: rgb(8,132,114); }

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

background-color css

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

 a { background-color: rgb(8,132,114); }

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

border-color css

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

 span { border-color: rgb(8,132,114); }

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