Html Css Color HEX #036F6A Pine Green

📋 copy color: '#036F6A'

red 3 ◦ green 111 ◦ blue 106

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

Shades of Pine Green #036F6A

Tints of Pine Green #036F6A

RGB

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

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

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

R = 1.36%
G = 50.45%
B = 48.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#036F6A (or 0x036F6A) is known color: Pine Green. HEX triplet: 03, 6F and 6A. RGB value is (3,111,106). Sum of RGB (Red+Green+Blue) = 3+111+106=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 111 (43.75% from 255 or 50.45% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 111 - color contains mainly: green. Hex color #036F6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036F6A is #FC9095. Grayscale: #4E4E4E. Windows color (decimal): -16552086 or 6975235. OLE color: 6975235.

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

Color convert

RGB 3 111 106 -
CMYK 0.97 0 0.05 0.56
HSL 177.22º 0.95% 0.22% -
HSV(B) 177.22º 0.97% 0.44% -
XYZ 8.32 12.43 15.6 -
YUV 78.14 143.72 74.41 -
System Red Green Blue C M Y K H S L
Decimal 3 111 106 0.97 0 0.05 0.56 177.22 0.95 0.22
Hex 3 6F 6A 61 0 5 38 B1 5F 16
Octal 3 157 152 141 0 5 70 261 137 26
Binary 11 1101111 1101010 1100001 0 101 111000 10110001 1011111 10110

Color Harmonies of #036F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036F6A

Black with #036F6A

Text Example


Text Example

White with #036F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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