Html Css Color HEX #036F70 Pine Green

📋 copy color: '#036F70'

red 3 ◦ green 111 ◦ blue 112

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

Shades of Pine Green #036F70

Tints of Pine Green #036F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.12%

 BLUE value IS 112 (44.14% from 255) = 49.56%

R = 1.33%
G = 49.12%
B = 49.56%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#036F70 (or 0x036F70) is known color: Pine Green. HEX triplet: 03, 6F and 70. RGB value is (3,111,112). Sum of RGB (Red+Green+Blue) = 3+111+112=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #036F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036F70 is #FC908F. Grayscale: #4E4E4E. Windows color (decimal): -16552080 or 7368451. OLE color: 7368451.

HSL color Cylindrical-coordinate representation of color #036F70: hue angle of 180.55º 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 #036F70 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 111 112 -
CMYK 0.97 0.01 0 0.56
HSL 180.55º 0.95% 0.23% -
HSV(B) 180.55º 0.97% 0.44% -
XYZ 8.65 12.56 17.3 -
YUV 78.82 146.72 73.92 -
System Red Green Blue C M Y K H S L
Decimal 3 111 112 0.97 0.01 0 0.56 180.55 0.95 0.23
Hex 3 6F 70 61 1 0 38 B5 5F 17
Octal 3 157 160 141 1 0 70 265 137 27
Binary 11 1101111 1110000 1100001 1 0 111000 10110101 1011111 10111

Color Harmonies of #036F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036F70

Black with #036F70

Text Example


Text Example

White with #036F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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