Html Css Color HEX #007E6E Pine Green

📋 copy color: '#007E6E'

red 0 ◦ green 126 ◦ blue 110

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

Shades of Pine Green #007E6E

Tints of Pine Green #007E6E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 126 (49.61% from 255) = 53.39%

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

R = 0%
G = 53.39%
B = 46.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#007E6E (or 0x007E6E) is known color: Pine Green. HEX triplet: 00, 7E and 6E. RGB value is (0,126,110). Sum of RGB (Red+Green+Blue) = 0+126+110=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 126 (49.61% from 255 or 53.39% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 126 - color contains mainly: green. Hex color #007E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007E6E is #FF8191. Grayscale: #565656. Windows color (decimal): -16744850 or 7241216. OLE color: 7241216.

HSL color Cylindrical-coordinate representation of color #007E6E: hue angle of 172.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007E6E is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 126 110 -
CMYK 1 0 0.13 0.51
HSL 172.38º 1% 0.25% -
HSV(B) 172.38º 1% 0.49% -
XYZ 10.28 16.05 17.31 -
YUV 86.5 141.26 66.3 -
System Red Green Blue C M Y K H S L
Decimal 0 126 110 1 0 0.13 0.51 172.38 1 0.25
Hex 0 7E 6E 64 0 D 33 AC 64 19
Octal 0 176 156 144 0 15 63 254 144 31
Binary 0 1111110 1101110 1100100 0 1101 110011 10101100 1100100 11001

Color Harmonies of #007E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007E6E

Black with #007E6E

Text Example


Text Example

White with #007E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007E6E; }

 p { color: rgb(0,126,110); }

 H1.HeaderClassName
 {
   color: #007E6E;
 }
 .AnyTagClassName
 {
   color: #007E6E;
 }
</style>

background-color css

<style>
 a { background-color: #007E6E; }

 a { background-color: rgb(0,126,110); }

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

border-color css

<style>
 span { border-color: #007E6E; }

 span { border-color: rgb(0,126,110); }

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