Html Css Color HEX #0B973C Pigment Green

📋 copy color: '#0B973C'

red 11 ◦ green 151 ◦ blue 60

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

Shades of Pigment Green #0B973C

Tints of Pigment Green #0B973C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 68.02%

 BLUE value IS 60 (23.83% from 255) = 27.03%

R = 4.95%
G = 68.02%
B = 27.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#0B973C (or 0x0B973C) is known color: Pigment Green. HEX triplet: 0B, 97 and 3C. RGB value is (11,151,60). Sum of RGB (Red+Green+Blue) = 11+151+60=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 151 (59.38% from 255 or 68.02% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 151 - color contains mainly: green. Hex color #0B973C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B973C is #F468C3. Grayscale: #626262. Windows color (decimal): -16017604 or 3970827. OLE color: 3970827.

HSL color Cylindrical-coordinate representation of color #0B973C: hue angle of 141º 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 #0B973C is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB 11 151 60 -
CMYK 0.93 0 0.60 0.41
HSL 141º 0.86% 0.32% -
HSV(B) 141º 0.93% 0.59% -
XYZ 12.02 22.53 7.99 -
YUV 98.77 106.12 65.4 -
System Red Green Blue C M Y K H S L
Decimal 11 151 60 0.93 0 0.60 0.41 141 0.86 0.32
Hex B 97 3C 5D 0 3C 29 8D 56 20
Octal 13 227 74 135 0 74 51 215 126 40
Binary 1011 10010111 111100 1011101 0 111100 101001 10001101 1010110 100000

Color Harmonies of #0B973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B973C

Black with #0B973C

Text Example


Text Example

White with #0B973C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,151,60); }

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

background-color css

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

 a { background-color: rgb(11,151,60); }

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

border-color css

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

 span { border-color: rgb(11,151,60); }

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