Html Css Color HEX #0FB765 Jade

📋 copy color: '#0FB765'

red 15 ◦ green 183 ◦ blue 101

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

Shades of Jade #0FB765

Tints of Jade #0FB765

RGB

 RED value IS 15 (6.25% from 255) = 5.02%

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

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

R = 5.02%
G = 61.2%
B = 33.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#0FB765 (or 0x0FB765) is known color: Jade. HEX triplet: 0F, B7 and 65. RGB value is (15,183,101). Sum of RGB (Red+Green+Blue) = 15+183+101=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 183 (71.88% from 255 or 61.20% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB765 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB765 is #F0489A. Grayscale: #7B7B7B. Windows color (decimal): -15747227 or 6665999. OLE color: 6665999.

HSL color Cylindrical-coordinate representation of color #0FB765: hue angle of 150.71º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB765 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 15 183 101 -
CMYK 0.92 0 0.45 0.28
HSL 150.71º 0.85% 0.39% -
HSV(B) 150.71º 0.92% 0.72% -
XYZ 19.48 34.91 18.02 -
YUV 123.42 115.34 50.67 -
System Red Green Blue C M Y K H S L
Decimal 15 183 101 0.92 0 0.45 0.28 150.71 0.85 0.39
Hex F B7 65 5C 0 2D 1C 97 55 27
Octal 17 267 145 134 0 55 34 227 125 47
Binary 1111 10110111 1100101 1011100 0 101101 11100 10010111 1010101 100111

Color Harmonies of #0FB765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB765

Black with #0FB765

Text Example


Text Example

White with #0FB765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,183,101); }

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

background-color css

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

 a { background-color: rgb(15,183,101); }

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

border-color css

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

 span { border-color: rgb(15,183,101); }

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