Html Css Color HEX #0BBB73 Jade

📋 copy color: '#0BBB73'

red 11 ◦ green 187 ◦ blue 115

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

Shades of Jade #0BBB73

Tints of Jade #0BBB73

RGB

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

 GREEN value IS 187 (73.44% from 255) = 59.74%

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 3.51%
G = 59.74%
B = 36.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#0BBB73 (or 0x0BBB73) is known color: Jade. HEX triplet: 0B, BB and 73. RGB value is (11,187,115). Sum of RGB (Red+Green+Blue) = 11+187+115=313 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.51% from 313); Green value is 187 (73.44% from 255 or 59.74% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBB73 is #F4448C. Grayscale: #7E7E7E. Windows color (decimal): -16008333 or 7584523. OLE color: 7584523.

HSL color Cylindrical-coordinate representation of color #0BBB73: hue angle of 155.45º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBB73 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 187 115 -
CMYK 0.94 0 0.39 0.27
HSL 155.45º 0.89% 0.39% -
HSV(B) 155.45º 0.94% 0.73% -
XYZ 21 36.85 22.23 -
YUV 126.17 121.69 45.85 -
System Red Green Blue C M Y K H S L
Decimal 11 187 115 0.94 0 0.39 0.27 155.45 0.89 0.39
Hex B BB 73 5E 0 27 1B 9B 59 27
Octal 13 273 163 136 0 47 33 233 131 47
Binary 1011 10111011 1110011 1011110 0 100111 11011 10011011 1011001 100111

Color Harmonies of #0BBB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBB73

Black with #0BBB73

Text Example


Text Example

White with #0BBB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,187,115); }

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

background-color css

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

 a { background-color: rgb(11,187,115); }

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

border-color css

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

 span { border-color: rgb(11,187,115); }

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