Html Css Color HEX #01756E Pine Green

📋 copy color: '#01756E'

red 1 ◦ green 117 ◦ blue 110

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

Shades of Pine Green #01756E

Tints of Pine Green #01756E

RGB

 RED value IS 1 (0.78% from 255) = 0.44%

 GREEN value IS 117 (46.09% from 255) = 51.32%

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

R = 0.44%
G = 51.32%
B = 48.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#01756E (or 0x01756E) is known color: Pine Green. HEX triplet: 01, 75 and 6E. RGB value is (1,117,110). Sum of RGB (Red+Green+Blue) = 1+117+110=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #01756E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01756E is #FE8A91. Grayscale: #515151. Windows color (decimal): -16681618 or 7238913. OLE color: 7238913.

HSL color Cylindrical-coordinate representation of color #01756E: hue angle of 176.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01756E is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 117 110 -
CMYK 0.99 0 0.06 0.54
HSL 176.38º 0.98% 0.23% -
HSV(B) 176.38º 0.99% 0.46% -
XYZ 9.19 13.85 16.94 -
YUV 81.52 144.07 70.57 -
System Red Green Blue C M Y K H S L
Decimal 1 117 110 0.99 0 0.06 0.54 176.38 0.98 0.23
Hex 1 75 6E 63 0 6 36 B0 62 17
Octal 1 165 156 143 0 6 66 260 142 27
Binary 1 1110101 1101110 1100011 0 110 110110 10110000 1100010 10111

Color Harmonies of #01756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01756E

Black with #01756E

Text Example


Text Example

White with #01756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01756E; }

 p { color: rgb(1,117,110); }

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

background-color css

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

 a { background-color: rgb(1,117,110); }

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

border-color css

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

 span { border-color: rgb(1,117,110); }

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