Html Css Color HEX #0BA765 Jade

📋 copy color: '#0BA765'

red 11 ◦ green 167 ◦ blue 101

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

Shades of Jade #0BA765

Tints of Jade #0BA765

RGB

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

 GREEN value IS 167 (65.63% from 255) = 59.86%

 BLUE value IS 101 (39.84% from 255) = 36.2%

R = 3.94%
G = 59.86%
B = 36.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#0BA765 (or 0x0BA765) is known color: Jade. HEX triplet: 0B, A7 and 65. RGB value is (11,167,101). Sum of RGB (Red+Green+Blue) = 11+167+101=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 167 (65.62% from 255 or 59.86% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA765 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA765 is #F4589A. Grayscale: #707070. Windows color (decimal): -16013467 or 6661899. OLE color: 6661899.

HSL color Cylindrical-coordinate representation of color #0BA765: hue angle of 154.62º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA765 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 11 167 101 -
CMYK 0.93 0 0.40 0.35
HSL 154.62º 0.88% 0.35% -
HSV(B) 154.62º 0.93% 0.65% -
XYZ 16.31 28.65 16.98 -
YUV 112.83 121.32 55.37 -
System Red Green Blue C M Y K H S L
Decimal 11 167 101 0.93 0 0.40 0.35 154.62 0.88 0.35
Hex B A7 65 5D 0 28 23 9B 58 23
Octal 13 247 145 135 0 50 43 233 130 43
Binary 1011 10100111 1100101 1011101 0 101000 100011 10011011 1011000 100011

Color Harmonies of #0BA765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA765

Black with #0BA765

Text Example


Text Example

White with #0BA765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,167,101); }

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

background-color css

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

 a { background-color: rgb(11,167,101); }

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

border-color css

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

 span { border-color: rgb(11,167,101); }

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