Html Css Color HEX #10B755 Pigment Green

📋 copy color: '#10B755'

red 16 ◦ green 183 ◦ blue 85

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

Shades of Pigment Green #10B755

Tints of Pigment Green #10B755

RGB

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

 GREEN value IS 183 (71.88% from 255) = 64.44%

 BLUE value IS 85 (33.59% from 255) = 29.93%

R = 5.63%
G = 64.44%
B = 29.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#10B755 (or 0x10B755) is known color: Pigment Green. HEX triplet: 10, B7 and 55. RGB value is (16,183,85). Sum of RGB (Red+Green+Blue) = 16+183+85=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 183 (71.88% from 255 or 64.44% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 183 - color contains mainly: green. Hex color #10B755 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B755 is #EF48AA. Grayscale: #7A7A7A. Windows color (decimal): -15681707 or 5617424. OLE color: 5617424.

HSL color Cylindrical-coordinate representation of color #10B755: hue angle of 144.79º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B755 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 16 183 85 -
CMYK 0.91 0 0.54 0.28
HSL 144.79º 0.84% 0.39% -
HSV(B) 144.79º 0.91% 0.72% -
XYZ 18.79 34.63 14.29 -
YUV 121.9 107.17 52.47 -
System Red Green Blue C M Y K H S L
Decimal 16 183 85 0.91 0 0.54 0.28 144.79 0.84 0.39
Hex 10 B7 55 5B 0 36 1C 91 54 27
Octal 20 267 125 133 0 66 34 221 124 47
Binary 10000 10110111 1010101 1011011 0 110110 11100 10010001 1010100 100111

Color Harmonies of #10B755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B755

Black with #10B755

Text Example


Text Example

White with #10B755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10B755; }

 p { color: rgb(16,183,85); }

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

background-color css

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

 a { background-color: rgb(16,183,85); }

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

border-color css

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

 span { border-color: rgb(16,183,85); }

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