Html Css Color HEX #037069 Pine Green

📋 copy color: '#037069'

red 3 ◦ green 112 ◦ blue 105

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

Shades of Pine Green #037069

Tints of Pine Green #037069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50.91%

 BLUE value IS 105 (41.41% from 255) = 47.73%

R = 1.36%
G = 50.91%
B = 47.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#037069 (or 0x037069) is known color: Pine Green. HEX triplet: 03, 70 and 69. RGB value is (3,112,105). Sum of RGB (Red+Green+Blue) = 3+112+105=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #037069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037069 is #FC8F96. Grayscale: #4E4E4E. Windows color (decimal): -16551831 or 6909955. OLE color: 6909955.

HSL color Cylindrical-coordinate representation of color #037069: hue angle of 176.15º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037069 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 112 105 -
CMYK 0.97 0 0.06 0.56
HSL 176.15º 0.95% 0.23% -
HSV(B) 176.15º 0.97% 0.44% -
XYZ 8.38 12.63 15.36 -
YUV 78.61 142.89 74.07 -
System Red Green Blue C M Y K H S L
Decimal 3 112 105 0.97 0 0.06 0.56 176.15 0.95 0.23
Hex 3 70 69 61 0 6 38 B0 5F 17
Octal 3 160 151 141 0 6 70 260 137 27
Binary 11 1110000 1101001 1100001 0 110 111000 10110000 1011111 10111

Color Harmonies of #037069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037069

Black with #037069

Text Example


Text Example

White with #037069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037069; }

 p { color: rgb(3,112,105); }

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

background-color css

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

 a { background-color: rgb(3,112,105); }

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

border-color css

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

 span { border-color: rgb(3,112,105); }

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