Html Css Color HEX #007A6E Pine Green

📋 copy color: '#007A6E'

red 0 ◦ green 122 ◦ blue 110

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

Shades of Pine Green #007A6E

Tints of Pine Green #007A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 52.59%

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

R = 0%
G = 52.59%
B = 47.41%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#007A6E (or 0x007A6E) is known color: Pine Green. HEX triplet: 00, 7A and 6E. RGB value is (0,122,110). Sum of RGB (Red+Green+Blue) = 0+122+110=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #007A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007A6E is #FF8591. Grayscale: #545454. Windows color (decimal): -16745874 or 7240192. OLE color: 7240192.

HSL color Cylindrical-coordinate representation of color #007A6E: hue angle of 174.1º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007A6E is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 0 122 110 -
CMYK 1 0 0.10 0.52
HSL 174.1º 1% 0.24% -
HSV(B) 174.1º 1% 0.48% -
XYZ 9.77 15.04 17.14 -
YUV 84.15 142.58 67.98 -
System Red Green Blue C M Y K H S L
Decimal 0 122 110 1 0 0.10 0.52 174.1 1 0.24
Hex 0 7A 6E 64 0 A 34 AE 64 18
Octal 0 172 156 144 0 12 64 256 144 30
Binary 0 1111010 1101110 1100100 0 1010 110100 10101110 1100100 11000

Color Harmonies of #007A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007A6E

Black with #007A6E

Text Example


Text Example

White with #007A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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