Html Css Color HEX #0BB774 Jade

📋 copy color: '#0BB774'

red 11 ◦ green 183 ◦ blue 116

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

Shades of Jade #0BB774

Tints of Jade #0BB774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 3.55%
G = 59.03%
B = 37.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#0BB774 (or 0x0BB774) is known color: Jade. HEX triplet: 0B, B7 and 74. RGB value is (11,183,116). Sum of RGB (Red+Green+Blue) = 11+183+116=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #0BB774 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB774 is #F4488B. Grayscale: #7C7C7C. Windows color (decimal): -16009356 or 7649035. OLE color: 7649035.

HSL color Cylindrical-coordinate representation of color #0BB774: hue angle of 156.63º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB774 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 11 183 116 -
CMYK 0.94 0 0.37 0.28
HSL 156.63º 0.89% 0.38% -
HSV(B) 156.63º 0.94% 0.72% -
XYZ 20.22 35.2 22.25 -
YUV 123.93 123.52 47.45 -
System Red Green Blue C M Y K H S L
Decimal 11 183 116 0.94 0 0.37 0.28 156.63 0.89 0.38
Hex B B7 74 5E 0 25 1C 9D 59 26
Octal 13 267 164 136 0 45 34 235 131 46
Binary 1011 10110111 1110100 1011110 0 100101 11100 10011101 1011001 100110

Color Harmonies of #0BB774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB774

Black with #0BB774

Text Example


Text Example

White with #0BB774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,183,116); }

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

background-color css

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

 a { background-color: rgb(11,183,116); }

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

border-color css

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

 span { border-color: rgb(11,183,116); }

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