Html Css Color HEX #07826B Pine Green

📋 copy color: '#07826B'

red 7 ◦ green 130 ◦ blue 107

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

Shades of Pine Green #07826B

Tints of Pine Green #07826B

RGB

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

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

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

R = 2.87%
G = 53.28%
B = 43.85%

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

#07826B (or 0x07826B) is known color: Pine Green. HEX triplet: 07, 82 and 6B. RGB value is (7,130,107). Sum of RGB (Red+Green+Blue) = 7+130+107=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #07826B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07826B is #F87D94. Grayscale: #5A5A5A. Windows color (decimal): -16285077 or 7045639. OLE color: 7045639.

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

Color convert

RGB 7 130 107 -
CMYK 0.95 0 0.18 0.49
HSL 168.78º 0.9% 0.27% -
HSV(B) 168.78º 0.95% 0.51% -
XYZ 10.72 17.07 16.64 -
YUV 90.6 137.25 68.37 -
System Red Green Blue C M Y K H S L
Decimal 7 130 107 0.95 0 0.18 0.49 168.78 0.9 0.27
Hex 7 82 6B 5F 0 12 31 A9 5A 1B
Octal 7 202 153 137 0 22 61 251 132 33
Binary 111 10000010 1101011 1011111 0 10010 110001 10101001 1011010 11011

Color Harmonies of #07826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07826B

Black with #07826B

Text Example


Text Example

White with #07826B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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