Html Css Color HEX #0B963F Pigment Green

📋 copy color: '#0B963F'

red 11 ◦ green 150 ◦ blue 63

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

Shades of Pigment Green #0B963F

Tints of Pigment Green #0B963F

RGB

 RED value IS 11 (4.69% from 255) = 4.91%

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

 BLUE value IS 63 (25% from 255) = 28.13%

R = 4.91%
G = 66.96%
B = 28.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#0B963F (or 0x0B963F) is known color: Pigment Green. HEX triplet: 0B, 96 and 3F. RGB value is (11,150,63). Sum of RGB (Red+Green+Blue) = 11+150+63=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 150 (58.98% from 255 or 66.96% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 150 - color contains mainly: green. Hex color #0B963F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B963F is #F469C0. Grayscale: #626262. Windows color (decimal): -16017857 or 4167179. OLE color: 4167179.

HSL color Cylindrical-coordinate representation of color #0B963F: hue angle of 142.45º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B963F is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 11 150 63 -
CMYK 0.93 0 0.58 0.41
HSL 142.45º 0.86% 0.32% -
HSV(B) 142.45º 0.93% 0.59% -
XYZ 11.94 22.24 8.37 -
YUV 98.52 107.95 65.57 -
System Red Green Blue C M Y K H S L
Decimal 11 150 63 0.93 0 0.58 0.41 142.45 0.86 0.32
Hex B 96 3F 5D 0 3A 29 8E 56 20
Octal 13 226 77 135 0 72 51 216 126 40
Binary 1011 10010110 111111 1011101 0 111010 101001 10001110 1010110 100000

Color Harmonies of #0B963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B963F

Black with #0B963F

Text Example


Text Example

White with #0B963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B963F; }

 p { color: rgb(11,150,63); }

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

background-color css

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

 a { background-color: rgb(11,150,63); }

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

border-color css

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

 span { border-color: rgb(11,150,63); }

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