Html Css Color HEX #017C6C Pine Green

📋 copy color: '#017C6C'

red 1 ◦ green 124 ◦ blue 108

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

Shades of Pine Green #017C6C

Tints of Pine Green #017C6C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 53.22%

 BLUE value IS 108 (42.58% from 255) = 46.35%

R = 0.43%
G = 53.22%
B = 46.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#017C6C (or 0x017C6C) is known color: Pine Green. HEX triplet: 01, 7C and 6C. RGB value is (1,124,108). Sum of RGB (Red+Green+Blue) = 1+124+108=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 124 (48.83% from 255 or 53.22% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 124 - color contains mainly: green. Hex color #017C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017C6C is #FE8393. Grayscale: #555555. Windows color (decimal): -16679828 or 7109633. OLE color: 7109633.

HSL color Cylindrical-coordinate representation of color #017C6C: hue angle of 172.2º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C6C is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 124 108 -
CMYK 0.99 0 0.13 0.51
HSL 172.2º 0.98% 0.25% -
HSV(B) 172.2º 0.99% 0.49% -
XYZ 9.93 15.5 16.66 -
YUV 85.4 140.75 67.8 -
System Red Green Blue C M Y K H S L
Decimal 1 124 108 0.99 0 0.13 0.51 172.2 0.98 0.25
Hex 1 7C 6C 63 0 D 33 AC 62 19
Octal 1 174 154 143 0 15 63 254 142 31
Binary 1 1111100 1101100 1100011 0 1101 110011 10101100 1100010 11001

Color Harmonies of #017C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017C6C

Black with #017C6C

Text Example


Text Example

White with #017C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017C6C; }

 p { color: rgb(1,124,108); }

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

background-color css

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

 a { background-color: rgb(1,124,108); }

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

border-color css

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

 span { border-color: rgb(1,124,108); }

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