Html Css Color HEX #06826A Pine Green

📋 copy color: '#06826A'

red 6 ◦ green 130 ◦ blue 106

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

Shades of Pine Green #06826A

Tints of Pine Green #06826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.8%

R = 2.48%
G = 53.72%
B = 43.8%

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

#06826A (or 0x06826A) is known color: Pine Green. HEX triplet: 06, 82 and 6A. RGB value is (6,130,106). Sum of RGB (Red+Green+Blue) = 6+130+106=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #06826A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06826A is #F97D95. Grayscale: #5A5A5A. Windows color (decimal): -16350614 or 6980102. OLE color: 6980102.

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

Color convert

RGB 6 130 106 -
CMYK 0.95 0 0.18 0.49
HSL 168.39º 0.91% 0.27% -
HSV(B) 168.39º 0.95% 0.51% -
XYZ 10.66 17.04 16.36 -
YUV 90.19 136.92 67.95 -
System Red Green Blue C M Y K H S L
Decimal 6 130 106 0.95 0 0.18 0.49 168.39 0.91 0.27
Hex 6 82 6A 5F 0 12 31 A8 5B 1B
Octal 6 202 152 137 0 22 61 250 133 33
Binary 110 10000010 1101010 1011111 0 10010 110001 10101000 1011011 11011

Color Harmonies of #06826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06826A

Black with #06826A

Text Example


Text Example

White with #06826A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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