Html Css Color HEX #037F6A Pine Green

📋 copy color: '#037F6A'

red 3 ◦ green 127 ◦ blue 106

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

Shades of Pine Green #037F6A

Tints of Pine Green #037F6A

RGB

 RED value IS 3 (1.56% from 255) = 1.27%

 GREEN value IS 127 (50% from 255) = 53.81%

 BLUE value IS 106 (41.8% from 255) = 44.92%

R = 1.27%
G = 53.81%
B = 44.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#037F6A (or 0x037F6A) is known color: Pine Green. HEX triplet: 03, 7F and 6A. RGB value is (3,127,106). Sum of RGB (Red+Green+Blue) = 3+127+106=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #037F6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037F6A is #FC8095. Grayscale: #575757. Windows color (decimal): -16547990 or 6979331. OLE color: 6979331.

HSL color Cylindrical-coordinate representation of color #037F6A: hue angle of 169.84º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037F6A is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 127 106 -
CMYK 0.98 0 0.17 0.50
HSL 169.84º 0.95% 0.25% -
HSV(B) 169.84º 0.98% 0.5% -
XYZ 10.23 16.24 16.23 -
YUV 87.53 138.42 67.71 -
System Red Green Blue C M Y K H S L
Decimal 3 127 106 0.98 0 0.17 0.50 169.84 0.95 0.25
Hex 3 7F 6A 62 0 11 32 AA 5F 19
Octal 3 177 152 142 0 21 62 252 137 31
Binary 11 1111111 1101010 1100010 0 10001 110010 10101010 1011111 11001

Color Harmonies of #037F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037F6A

Black with #037F6A

Text Example


Text Example

White with #037F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037F6A; }

 p { color: rgb(3,127,106); }

 H1.HeaderClassName
 {
   color: #037F6A;
 }
 .AnyTagClassName
 {
   color: #037F6A;
 }
</style>

background-color css

<style>
 a { background-color: #037F6A; }

 a { background-color: rgb(3,127,106); }

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

border-color css

<style>
 span { border-color: #037F6A; }

 span { border-color: rgb(3,127,106); }

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