Html Css Color HEX #07726E Pine Green

📋 copy color: '#07726E'

red 7 ◦ green 114 ◦ blue 110

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

Shades of Pine Green #07726E

Tints of Pine Green #07726E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.35%

 BLUE value IS 110 (43.36% from 255) = 47.62%

R = 3.03%
G = 49.35%
B = 47.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#07726E (or 0x07726E) is known color: Pine Green. HEX triplet: 07, 72 and 6E. RGB value is (7,114,110). Sum of RGB (Red+Green+Blue) = 7+114+110=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #07726E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07726E is #F88D91. Grayscale: #515151. Windows color (decimal): -16289170 or 7238151. OLE color: 7238151.

HSL color Cylindrical-coordinate representation of color #07726E: hue angle of 177.76º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07726E is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 114 110 -
CMYK 0.94 0 0.04 0.55
HSL 177.76º 0.88% 0.24% -
HSV(B) 177.76º 0.94% 0.45% -
XYZ 8.92 13.21 16.83 -
YUV 81.55 144.05 74.83 -
System Red Green Blue C M Y K H S L
Decimal 7 114 110 0.94 0 0.04 0.55 177.76 0.88 0.24
Hex 7 72 6E 5E 0 4 37 B2 58 18
Octal 7 162 156 136 0 4 67 262 130 30
Binary 111 1110010 1101110 1011110 0 100 110111 10110010 1011000 11000

Color Harmonies of #07726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07726E

Black with #07726E

Text Example


Text Example

White with #07726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07726E; }

 p { color: rgb(7,114,110); }

 H1.HeaderClassName
 {
   color: #07726E;
 }
 .AnyTagClassName
 {
   color: #07726E;
 }
</style>

background-color css

<style>
 a { background-color: #07726E; }

 a { background-color: rgb(7,114,110); }

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

border-color css

<style>
 span { border-color: #07726E; }

 span { border-color: rgb(7,114,110); }

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