Html Css Color HEX #10766C Pine Green

📋 copy color: '#10766C'

red 16 ◦ green 118 ◦ blue 108

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

Shades of Pine Green #10766C

Tints of Pine Green #10766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.76%

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

R = 6.61%
G = 48.76%
B = 44.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#10766C (or 0x10766C) is known color: Pine Green. HEX triplet: 10, 76 and 6C. RGB value is (16,118,108). Sum of RGB (Red+Green+Blue) = 16+118+108=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #10766C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10766C is #EF8993. Grayscale: #565656. Windows color (decimal): -15698324 or 7108112. OLE color: 7108112.

HSL color Cylindrical-coordinate representation of color #10766C: hue angle of 174.12º 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 #10766C is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 118 108 -
CMYK 0.86 0 0.08 0.54
HSL 174.12º 0.76% 0.26% -
HSV(B) 174.12º 0.86% 0.46% -
XYZ 9.4 14.15 16.42 -
YUV 86.36 140.21 77.81 -
System Red Green Blue C M Y K H S L
Decimal 16 118 108 0.86 0 0.08 0.54 174.12 0.76 0.26
Hex 10 76 6C 56 0 8 36 AE 4C 1A
Octal 20 166 154 126 0 10 66 256 114 32
Binary 10000 1110110 1101100 1010110 0 1000 110110 10101110 1001100 11010

Color Harmonies of #10766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10766C

Black with #10766C

Text Example


Text Example

White with #10766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10766C; }

 p { color: rgb(16,118,108); }

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

background-color css

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

 a { background-color: rgb(16,118,108); }

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

border-color css

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

 span { border-color: rgb(16,118,108); }

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