Html Css Color HEX #10964B Pigment Green

📋 copy color: '#10964B'

red 16 ◦ green 150 ◦ blue 75

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

Shades of Pigment Green #10964B

Tints of Pigment Green #10964B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 62.24%

 BLUE value IS 75 (29.69% from 255) = 31.12%

R = 6.64%
G = 62.24%
B = 31.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#10964B (or 0x10964B) is known color: Pigment Green. HEX triplet: 10, 96 and 4B. RGB value is (16,150,75). Sum of RGB (Red+Green+Blue) = 16+150+75=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 150 (58.98% from 255 or 62.24% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 150 - color contains mainly: green. Hex color #10964B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10964B is #EF69B4. Grayscale: #656565. Windows color (decimal): -15690165 or 4953616. OLE color: 4953616.

HSL color Cylindrical-coordinate representation of color #10964B: hue angle of 146.42º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10964B is Cyan = 0.89, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 150 75 -
CMYK 0.89 0 0.5 0.41
HSL 146.42º 0.81% 0.33% -
HSV(B) 146.42º 0.89% 0.59% -
XYZ 12.39 22.43 10.33 -
YUV 101.38 113.11 67.1 -
System Red Green Blue C M Y K H S L
Decimal 16 150 75 0.89 0 0.5 0.41 146.42 0.81 0.33
Hex 10 96 4B 59 0 32 29 92 51 21
Octal 20 226 113 131 0 62 51 222 121 41
Binary 10000 10010110 1001011 1011001 0 110010 101001 10010010 1010001 100001

Color Harmonies of #10964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10964B

Black with #10964B

Text Example


Text Example

White with #10964B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,150,75); }

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

background-color css

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

 a { background-color: rgb(16,150,75); }

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

border-color css

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

 span { border-color: rgb(16,150,75); }

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