Html Css Color HEX #01726B Pine Green

📋 copy color: '#01726B'

red 1 ◦ green 114 ◦ blue 107

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

Shades of Pine Green #01726B

Tints of Pine Green #01726B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.35%

 BLUE value IS 107 (42.19% from 255) = 48.2%

R = 0.45%
G = 51.35%
B = 48.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#01726B (or 0x01726B) is known color: Pine Green. HEX triplet: 01, 72 and 6B. RGB value is (1,114,107). Sum of RGB (Red+Green+Blue) = 1+114+107=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #01726B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01726B is #FE8D94. Grayscale: #4F4F4F. Windows color (decimal): -16682389 or 7041537. OLE color: 7041537.

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

Color convert

RGB 1 114 107 -
CMYK 0.99 0 0.06 0.55
HSL 176.28º 0.98% 0.23% -
HSV(B) 176.28º 0.99% 0.45% -
XYZ 8.68 13.1 15.98 -
YUV 79.42 143.56 72.07 -
System Red Green Blue C M Y K H S L
Decimal 1 114 107 0.99 0 0.06 0.55 176.28 0.98 0.23
Hex 1 72 6B 63 0 6 37 B0 62 17
Octal 1 162 153 143 0 6 67 260 142 27
Binary 1 1110010 1101011 1100011 0 110 110111 10110000 1100010 10111

Color Harmonies of #01726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01726B

Black with #01726B

Text Example


Text Example

White with #01726B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01726B; }

 p { color: rgb(1,114,107); }

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

background-color css

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

 a { background-color: rgb(1,114,107); }

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

border-color css

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

 span { border-color: rgb(1,114,107); }

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