Html Css Color HEX #08826B Pine Green

📋 copy color: '#08826B'

red 8 ◦ green 130 ◦ blue 107

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

Shades of Pine Green #08826B

Tints of Pine Green #08826B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.06%

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

R = 3.27%
G = 53.06%
B = 43.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#08826B (or 0x08826B) is known color: Pine Green. HEX triplet: 08, 82 and 6B. RGB value is (8,130,107). Sum of RGB (Red+Green+Blue) = 8+130+107=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #08826B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08826B is #F77D94. Grayscale: #5A5A5A. Windows color (decimal): -16219541 or 7045640. OLE color: 7045640.

HSL color Cylindrical-coordinate representation of color #08826B: hue angle of 168.69º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08826B is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 130 107 -
CMYK 0.94 0 0.18 0.49
HSL 168.69º 0.88% 0.27% -
HSV(B) 168.69º 0.94% 0.51% -
XYZ 10.74 17.08 16.64 -
YUV 90.9 137.08 68.87 -
System Red Green Blue C M Y K H S L
Decimal 8 130 107 0.94 0 0.18 0.49 168.69 0.88 0.27
Hex 8 82 6B 5E 0 12 31 A9 58 1B
Octal 10 202 153 136 0 22 61 251 130 33
Binary 1000 10000010 1101011 1011110 0 10010 110001 10101001 1011000 11011

Color Harmonies of #08826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08826B

Black with #08826B

Text Example


Text Example

White with #08826B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,130,107); }

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

background-color css

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

 a { background-color: rgb(8,130,107); }

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

border-color css

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

 span { border-color: rgb(8,130,107); }

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