Html Css Color HEX #0BB667 Jade

📋 copy color: '#0BB667'

red 11 ◦ green 182 ◦ blue 103

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

Shades of Jade #0BB667

Tints of Jade #0BB667

RGB

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

 GREEN value IS 182 (71.48% from 255) = 61.49%

 BLUE value IS 103 (40.63% from 255) = 34.8%

R = 3.72%
G = 61.49%
B = 34.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#0BB667 (or 0x0BB667) is known color: Jade. HEX triplet: 0B, B6 and 67. RGB value is (11,182,103). Sum of RGB (Red+Green+Blue) = 11+182+103=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 182 (71.48% from 255 or 61.49% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB667 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB667 is #F44998. Grayscale: #7A7A7A. Windows color (decimal): -16009625 or 6796811. OLE color: 6796811.

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

Color convert

RGB 11 182 103 -
CMYK 0.94 0 0.43 0.29
HSL 152.28º 0.89% 0.38% -
HSV(B) 152.28º 0.94% 0.71% -
XYZ 19.31 34.51 18.47 -
YUV 121.87 117.35 48.92 -
System Red Green Blue C M Y K H S L
Decimal 11 182 103 0.94 0 0.43 0.29 152.28 0.89 0.38
Hex B B6 67 5E 0 2B 1D 98 59 26
Octal 13 266 147 136 0 53 35 230 131 46
Binary 1011 10110110 1100111 1011110 0 101011 11101 10011000 1011001 100110

Color Harmonies of #0BB667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB667

Black with #0BB667

Text Example


Text Example

White with #0BB667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,182,103); }

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

background-color css

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

 a { background-color: rgb(11,182,103); }

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

border-color css

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

 span { border-color: rgb(11,182,103); }

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