Html Css Color HEX #07816C Pine Green

📋 copy color: '#07816C'

red 7 ◦ green 129 ◦ blue 108

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

Shades of Pine Green #07816C

Tints of Pine Green #07816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.87%

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

R = 2.87%
G = 52.87%
B = 44.26%

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

#07816C (or 0x07816C) is known color: Pine Green. HEX triplet: 07, 81 and 6C. RGB value is (7,129,108). Sum of RGB (Red+Green+Blue) = 7+129+108=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 129 (50.78% from 255 or 52.87% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 129 - color contains mainly: green. Hex color #07816C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07816C is #F87E93. Grayscale: #5A5A5A. Windows color (decimal): -16285332 or 7110919. OLE color: 7110919.

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

Color convert

RGB 7 129 108 -
CMYK 0.95 0 0.16 0.49
HSL 169.67º 0.9% 0.27% -
HSV(B) 169.67º 0.95% 0.51% -
XYZ 10.64 16.83 16.87 -
YUV 90.13 138.08 68.71 -
System Red Green Blue C M Y K H S L
Decimal 7 129 108 0.95 0 0.16 0.49 169.67 0.9 0.27
Hex 7 81 6C 5F 0 10 31 AA 5A 1B
Octal 7 201 154 137 0 20 61 252 132 33
Binary 111 10000001 1101100 1011111 0 10000 110001 10101010 1011010 11011

Color Harmonies of #07816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07816C

Black with #07816C

Text Example


Text Example

White with #07816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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