Html Css Color HEX #06826B Pine Green

📋 copy color: '#06826B'

red 6 ◦ green 130 ◦ blue 107

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

Shades of Pine Green #06826B

Tints of Pine Green #06826B

RGB

 RED value IS 6 (2.73% from 255) = 2.47%

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

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

R = 2.47%
G = 53.5%
B = 44.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#06826B (or 0x06826B) is known color: Pine Green. HEX triplet: 06, 82 and 6B. RGB value is (6,130,107). Sum of RGB (Red+Green+Blue) = 6+130+107=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #06826B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06826B is #F97D94. Grayscale: #5A5A5A. Windows color (decimal): -16350613 or 7045638. OLE color: 7045638.

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

Color convert

RGB 6 130 107 -
CMYK 0.95 0 0.18 0.49
HSL 168.87º 0.91% 0.27% -
HSV(B) 168.87º 0.95% 0.51% -
XYZ 10.71 17.07 16.64 -
YUV 90.3 137.42 67.87 -
System Red Green Blue C M Y K H S L
Decimal 6 130 107 0.95 0 0.18 0.49 168.87 0.91 0.27
Hex 6 82 6B 5F 0 12 31 A9 5B 1B
Octal 6 202 153 137 0 22 61 251 133 33
Binary 110 10000010 1101011 1011111 0 10010 110001 10101001 1011011 11011

Color Harmonies of #06826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06826B

Black with #06826B

Text Example


Text Example

White with #06826B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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