Html Css Color HEX #06826E Pine Green

📋 copy color: '#06826E'

red 6 ◦ green 130 ◦ blue 110

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

Shades of Pine Green #06826E

Tints of Pine Green #06826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.72%

R = 2.44%
G = 52.85%
B = 44.72%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#06826E (or 0x06826E) is known color: Pine Green. HEX triplet: 06, 82 and 6E. RGB value is (6,130,110). Sum of RGB (Red+Green+Blue) = 6+130+110=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #06826E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06826E is #F97D91. Grayscale: #5A5A5A. Windows color (decimal): -16350610 or 7242246. OLE color: 7242246.

HSL color Cylindrical-coordinate representation of color #06826E: hue angle of 170.32º 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 #06826E is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 130 110 -
CMYK 0.95 0 0.15 0.49
HSL 170.32º 0.91% 0.27% -
HSV(B) 170.32º 0.95% 0.51% -
XYZ 10.87 17.13 17.49 -
YUV 90.64 138.92 67.63 -
System Red Green Blue C M Y K H S L
Decimal 6 130 110 0.95 0 0.15 0.49 170.32 0.91 0.27
Hex 6 82 6E 5F 0 F 31 AA 5B 1B
Octal 6 202 156 137 0 17 61 252 133 33
Binary 110 10000010 1101110 1011111 0 1111 110001 10101010 1011011 11011

Color Harmonies of #06826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06826E

Black with #06826E

Text Example


Text Example

White with #06826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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