Html Css Color HEX #107572 Pine Green

📋 copy color: '#107572'

red 16 ◦ green 117 ◦ blue 114

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

Shades of Pine Green #107572

Tints of Pine Green #107572

RGB

 RED value IS 16 (6.64% from 255) = 6.48%

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

 BLUE value IS 114 (44.92% from 255) = 46.15%

R = 6.48%
G = 47.37%
B = 46.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#107572 (or 0x107572) is known color: Pine Green. HEX triplet: 10, 75 and 72. RGB value is (16,117,114). Sum of RGB (Red+Green+Blue) = 16+117+114=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #107572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107572 is #EF8A8D. Grayscale: #565656. Windows color (decimal): -15698574 or 7501072. OLE color: 7501072.

HSL color Cylindrical-coordinate representation of color #107572: hue angle of 178.22º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107572 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 117 114 -
CMYK 0.86 0 0.03 0.54
HSL 178.22º 0.76% 0.26% -
HSV(B) 178.22º 0.86% 0.46% -
XYZ 9.61 14.05 18.12 -
YUV 86.46 143.54 77.74 -
System Red Green Blue C M Y K H S L
Decimal 16 117 114 0.86 0 0.03 0.54 178.22 0.76 0.26
Hex 10 75 72 56 0 3 36 B2 4C 1A
Octal 20 165 162 126 0 3 66 262 114 32
Binary 10000 1110101 1110010 1010110 0 11 110110 10110010 1001100 11010

Color Harmonies of #107572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107572

Black with #107572

Text Example


Text Example

White with #107572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107572; }

 p { color: rgb(16,117,114); }

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

background-color css

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

 a { background-color: rgb(16,117,114); }

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

border-color css

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

 span { border-color: rgb(16,117,114); }

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