Html Css Color HEX #007E6B Pine Green

📋 copy color: '#007E6B'

red 0 ◦ green 126 ◦ blue 107

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

Shades of Pine Green #007E6B

Tints of Pine Green #007E6B

RGB

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

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

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

R = 0%
G = 54.08%
B = 45.92%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#007E6B (or 0x007E6B) is known color: Pine Green. HEX triplet: 00, 7E and 6B. RGB value is (0,126,107). Sum of RGB (Red+Green+Blue) = 0+126+107=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 126 (49.61% from 255 or 54.08% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 126 - color contains mainly: green. Hex color #007E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007E6B is #FF8194. Grayscale: #565656. Windows color (decimal): -16744853 or 7044608. OLE color: 7044608.

HSL color Cylindrical-coordinate representation of color #007E6B: hue angle of 170.95º 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 #007E6B is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 126 107 -
CMYK 1 0 0.15 0.51
HSL 170.95º 1% 0.25% -
HSV(B) 170.95º 1% 0.49% -
XYZ 10.11 15.98 16.46 -
YUV 86.16 139.76 66.54 -
System Red Green Blue C M Y K H S L
Decimal 0 126 107 1 0 0.15 0.51 170.95 1 0.25
Hex 0 7E 6B 64 0 F 33 AB 64 19
Octal 0 176 153 144 0 17 63 253 144 31
Binary 0 1111110 1101011 1100100 0 1111 110011 10101011 1100100 11001

Color Harmonies of #007E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007E6B

Black with #007E6B

Text Example


Text Example

White with #007E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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