Html Css Color HEX #07826D Pine Green

📋 copy color: '#07826D'

red 7 ◦ green 130 ◦ blue 109

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

Shades of Pine Green #07826D

Tints of Pine Green #07826D

RGB

 RED value IS 7 (3.13% from 255) = 2.85%

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

 BLUE value IS 109 (42.97% from 255) = 44.31%

R = 2.85%
G = 52.85%
B = 44.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#07826D (or 0x07826D) is known color: Pine Green. HEX triplet: 07, 82 and 6D. RGB value is (7,130,109). Sum of RGB (Red+Green+Blue) = 7+130+109=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #07826D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07826D is #F87D92. Grayscale: #5A5A5A. Windows color (decimal): -16285075 or 7176711. OLE color: 7176711.

HSL color Cylindrical-coordinate representation of color #07826D: hue angle of 169.76º degrees, saturation: 0.9, 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 #07826D is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 130 109 -
CMYK 0.95 0 0.16 0.49
HSL 169.76º 0.9% 0.27% -
HSV(B) 169.76º 0.95% 0.51% -
XYZ 10.83 17.11 17.2 -
YUV 90.83 138.25 68.21 -
System Red Green Blue C M Y K H S L
Decimal 7 130 109 0.95 0 0.16 0.49 169.76 0.9 0.27
Hex 7 82 6D 5F 0 10 31 AA 5A 1B
Octal 7 202 155 137 0 20 61 252 132 33
Binary 111 10000010 1101101 1011111 0 10000 110001 10101010 1011010 11011

Color Harmonies of #07826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07826D

Black with #07826D

Text Example


Text Example

White with #07826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07826D; }

 p { color: rgb(7,130,109); }

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

background-color css

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

 a { background-color: rgb(7,130,109); }

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

border-color css

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

 span { border-color: rgb(7,130,109); }

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