Html Css Color HEX #07BE77 Jade

📋 copy color: '#07BE77'

red 7 ◦ green 190 ◦ blue 119

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

Shades of Jade #07BE77

Tints of Jade #07BE77

RGB

 RED value IS 7 (3.13% from 255) = 2.22%

 GREEN value IS 190 (74.61% from 255) = 60.13%

 BLUE value IS 119 (46.88% from 255) = 37.66%

R = 2.22%
G = 60.13%
B = 37.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#07BE77 (or 0x07BE77) is known color: Jade. HEX triplet: 07, BE and 77. RGB value is (7,190,119). Sum of RGB (Red+Green+Blue) = 7+190+119=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 190 (74.61% from 255 or 60.13% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BE77 is #F84188. Grayscale: #7F7F7F. Windows color (decimal): -16269705 or 7847431. OLE color: 7847431.

HSL color Cylindrical-coordinate representation of color #07BE77: hue angle of 156.72º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BE77 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 190 119 -
CMYK 0.96 0 0.37 0.25
HSL 156.72º 0.93% 0.39% -
HSV(B) 156.72º 0.96% 0.75% -
XYZ 21.83 38.2 23.68 -
YUV 127.19 123.37 42.27 -
System Red Green Blue C M Y K H S L
Decimal 7 190 119 0.96 0 0.37 0.25 156.72 0.93 0.39
Hex 7 BE 77 60 0 25 19 9D 5D 27
Octal 7 276 167 140 0 45 31 235 135 47
Binary 111 10111110 1110111 1100000 0 100101 11001 10011101 1011101 100111

Color Harmonies of #07BE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BE77

Black with #07BE77

Text Example


Text Example

White with #07BE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07BE77; }

 p { color: rgb(7,190,119); }

 H1.HeaderClassName
 {
   color: #07BE77;
 }
 .AnyTagClassName
 {
   color: #07BE77;
 }
</style>

background-color css

<style>
 a { background-color: #07BE77; }

 a { background-color: rgb(7,190,119); }

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

border-color css

<style>
 span { border-color: #07BE77; }

 span { border-color: rgb(7,190,119); }

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