Html Css Color HEX #07BE73 Jade

📋 copy color: '#07BE73'

red 7 ◦ green 190 ◦ blue 115

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

Shades of Jade #07BE73

Tints of Jade #07BE73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 2.24%
G = 60.9%
B = 36.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#07BE73 (or 0x07BE73) is known color: Jade. HEX triplet: 07, BE and 73. RGB value is (7,190,115). Sum of RGB (Red+Green+Blue) = 7+190+115=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 190 (74.61% from 255 or 60.90% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BE73 is #F8418C. Grayscale: #7E7E7E. Windows color (decimal): -16269709 or 7585287. OLE color: 7585287.

HSL color Cylindrical-coordinate representation of color #07BE73: hue angle of 155.41º 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 #07BE73 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 190 115 -
CMYK 0.96 0 0.39 0.25
HSL 155.41º 0.93% 0.39% -
HSV(B) 155.41º 0.96% 0.75% -
XYZ 21.6 38.11 22.44 -
YUV 126.73 121.37 42.6 -
System Red Green Blue C M Y K H S L
Decimal 7 190 115 0.96 0 0.39 0.25 155.41 0.93 0.39
Hex 7 BE 73 60 0 27 19 9B 5D 27
Octal 7 276 163 140 0 47 31 233 135 47
Binary 111 10111110 1110011 1100000 0 100111 11001 10011011 1011101 100111

Color Harmonies of #07BE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BE73

Black with #07BE73

Text Example


Text Example

White with #07BE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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