Html Css Color HEX #07826C Pine Green

📋 copy color: '#07826C'

red 7 ◦ green 130 ◦ blue 108

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

Shades of Pine Green #07826C

Tints of Pine Green #07826C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.08%

R = 2.86%
G = 53.06%
B = 44.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#07826C (or 0x07826C) is known color: Pine Green. HEX triplet: 07, 82 and 6C. RGB value is (7,130,108). Sum of RGB (Red+Green+Blue) = 7+130+108=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #07826C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07826C is #F87D93. Grayscale: #5A5A5A. Windows color (decimal): -16285076 or 7111175. OLE color: 7111175.

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

Color convert

RGB 7 130 108 -
CMYK 0.95 0 0.17 0.49
HSL 169.27º 0.9% 0.27% -
HSV(B) 169.27º 0.95% 0.51% -
XYZ 10.78 17.09 16.92 -
YUV 90.72 137.75 68.29 -
System Red Green Blue C M Y K H S L
Decimal 7 130 108 0.95 0 0.17 0.49 169.27 0.9 0.27
Hex 7 82 6C 5F 0 11 31 A9 5A 1B
Octal 7 202 154 137 0 21 61 251 132 33
Binary 111 10000010 1101100 1011111 0 10001 110001 10101001 1011010 11011

Color Harmonies of #07826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07826C

Black with #07826C

Text Example


Text Example

White with #07826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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