Html Css Color HEX #00B761 Jade

📋 copy color: '#00B761'

red 0 ◦ green 183 ◦ blue 97

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

Shades of Jade #00B761

Tints of Jade #00B761

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 0%
G = 65.36%
B = 34.64%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#00B761 (or 0x00B761) is known color: Jade. HEX triplet: 00, B7 and 61. RGB value is (0,183,97). Sum of RGB (Red+Green+Blue) = 0+183+97=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 183 (71.88% from 255 or 65.36% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 183 - color contains mainly: green. Hex color #00B761 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B761 is #FF489E. Grayscale: #767676. Windows color (decimal): -16730271 or 6403840. OLE color: 6403840.

HSL color Cylindrical-coordinate representation of color #00B761: hue angle of 151.8º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B761 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 0 183 97 -
CMYK 1 0 0.47 0.28
HSL 151.8º 1% 0.36% -
HSV(B) 151.8º 1% 0.72% -
XYZ 19.09 34.73 17.01 -
YUV 118.48 115.87 43.49 -
System Red Green Blue C M Y K H S L
Decimal 0 183 97 1 0 0.47 0.28 151.8 1 0.36
Hex 0 B7 61 64 0 2F 1C 98 64 24
Octal 0 267 141 144 0 57 34 230 144 44
Binary 0 10110111 1100001 1100100 0 101111 11100 10011000 1100100 100100

Color Harmonies of #00B761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B761

Black with #00B761

Text Example


Text Example

White with #00B761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00B761; }

 p { color: rgb(0,183,97); }

 H1.HeaderClassName
 {
   color: #00B761;
 }
 .AnyTagClassName
 {
   color: #00B761;
 }
</style>

background-color css

<style>
 a { background-color: #00B761; }

 a { background-color: rgb(0,183,97); }

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

border-color css

<style>
 span { border-color: #00B761; }

 span { border-color: rgb(0,183,97); }

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